| Goal | Description |
|---|---|
| java:prepare-filesystem | Creates the directories necessary for compilation |
| java:compile |
Compiles the Java source code for the project
The source code directory is specified in the
build
element of your |
| java:jar-resources |
Copies any resources that must be present in the deployed JAR
file, from the |
| maven-java-plugin:register |
Register the java compiler output report. |
| maven-java-plugin:deregister |
Deregister the java compiler output report. |
| maven-java-plugin:report |
Generate the java compiler output report. |
| java:jar | Deprecated. You must use jar:jar goal. |