| Modifier and Type | Field and Description |
|---|---|
private AbstractVertxMojo |
ServiceConfig.mojo |
| Modifier and Type | Method and Description |
|---|---|
AbstractVertxMojo |
ServiceConfig.getMojo() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ManifestCustomizerService.getEntries(AbstractVertxMojo mojo,
MavenProject project)
Returns the entries to add to the manifest.
|
PackageConfig |
PackageConfig.setMojo(AbstractVertxMojo mojo) |
ServiceFileCombinationConfig |
ServiceFileCombinationConfig.setMojo(AbstractVertxMojo mojo) |
ServiceConfig |
ServiceConfig.setMojo(AbstractVertxMojo mojo) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
SCMManifestCustomizer.addAttributeFromScmManager(AbstractVertxMojo mojo,
Map<String,String> attributes,
String connectionUrl,
File baseDir) |
Map<String,String> |
ProjectManifestCustomizer.getEntries(AbstractVertxMojo mojo,
MavenProject project) |
Map<String,String> |
SCMManifestCustomizer.getEntries(AbstractVertxMojo mojo,
MavenProject project) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRunMojo |
class |
DebugMojo
This goal helps in debug a Vert.x applications as part of maven build.
|
class |
InitializeMojo
this mojo configures the redeploy system.
|
class |
PackageMojo
This goal helps in packaging VertX application as uber jar with bundled dependencies
|
class |
RunMojo
This goal helps in running Vert.x applications as part of maven build.
|
class |
StartMojo
This goal is used to run the vertx application in background mode, the application id will be persisted in the
working directory of the project with a file name vertx-start-process.id
|
class |
StopMojo
This goal is used to stop the vertx application in background mode identified by vertx process id stored
in the project workingDirectory with name vertx-start-process.id
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WebJars.extract(AbstractVertxMojo mojo,
File in,
File out,
boolean stripVersion) |
private static void |
WebJars.unzipWebJarFile(AbstractVertxMojo mojo,
File out,
boolean stripVersion,
ZipFile file,
Enumeration<? extends ZipEntry> entries) |
Copyright © 2018. All rights reserved.