| Class | Description |
|---|---|
| AbstractRunMojo | |
| AbstractVertxMojo |
The base Mojo class that will be extended by the other plugin goals
|
| Archive | |
| DebugMojo |
This goal helps in debug a Vert.x applications as part of maven build.
|
| DependencySet | |
| DependencySetOptions | |
| FileItem |
A file allows individual file inclusion with the option to change the destination filename not supported
by fileSets.
|
| FileSet |
A fileSet allows the inclusion of groups of files into the archive.
|
| HelpMojo |
Display help information on vertx-maven-plugin.
Call mvn vertx:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| InitializeMojo |
this mojo configures the redeploy system.
|
| MojoSpy | |
| PackageMojo |
This goal helps in packaging VertX application as uber jar with bundled dependencies
|
| RunMojo |
This goal helps in running Vert.x applications as part of maven build.
|
| SetupMojo |
This Goal helps in setting up Vert.x maven project with vertx-maven-plugin, with sane defaults
|
| 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
|
| 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
|
Copyright © 2018. All rights reserved.