| Class | Description |
|---|---|
| AddExtensionMojo |
Allow adding an extension to an existing pom.xml file.
|
| AddExtensionsMojo |
Allow adding extensions to an existing pom.xml file.
|
| AnalyseCallTreeMojo |
Analyze call tree of a method or a class based on an existing report produced by Substrate when using
-H:+PrintAnalysisCallTree,
and does a more meaningful analysis of what is causing a type to be retained.
|
| BuildMojo |
Build the application.
|
| CopyUtils | |
| CreateProjectMojo |
This goal helps in setting up Quarkus Maven project with quarkus-maven-plugin, with sensible defaults
|
| CreateUtils | |
| DevMojo |
The dev mojo, that runs a quarkus app in a forked process.
|
| ExampleConfigMojo |
Creates an example configuration file.
|
| GenerateConfigMojo |
Generates an example application-config.properties, with all properties commented out
If this is already present then it will be appended too, although only properties that were not already present
|
| HelpMojo |
Display help information on quarkus-maven-plugin.
Call mvn quarkus:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| ListExtensionsMojo |
List the available extensions.
|
| MojoLogger | |
| NativeImageMojo |
Build a native executable of your application.
|
| RemoteDevMojo |
The dev mojo, that connects to a remote host.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.