Maven Phases
Maven Phases
Introduction to the Build Lifecycle
These four phases are easily confused!
| Phases | Description |
|---|---|
| … | … |
| generate-sources | generate any source code for inclusion in compilation. |
| process-sources | process the source code, for example to filter any values. |
| generate-resources | generate resources for inclusion in the package. |
| process-resources | copy and process the resources into the destination directory, ready for packaging. |
| … | … |
This post is licensed under CC BY 4.0 by the author.