| Class | Description |
|---|---|
| AbstractMojo | |
| DebugMojo |
Runs the executable archive application (in the console foreground) after a
debugger connects to debug port 7777.
|
| HelpMojo |
Display help information on boost-maven-plugin.
Call mvn boost:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| PackageMojo |
Packages an existing application into a Liberty executable jar so that the
application can be run from the command line using java -jar.
|
| RunMojo |
Runs the executable archive application (in the console foreground).
|
| StartMojo |
Starts the executable archive application as a background process.
|
| StopMojo |
Stops the executable archive application started by the 'start' or 'run'
goals.
|
Copyright © 2019 the original author or authors.