| Package | Description |
|---|---|
| io.reactiverse.vertx.maven.plugin.mojos |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugMojo
This goal helps in debug a Vert.x applications as part of maven build.
|
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
|
Copyright © 2018. All rights reserved.