Maven Concepts - Lifecycle: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
==prepare-package== | ==prepare-package== | ||
==package== | ==package== | ||
If using the [[Maven_assembly_Plugin#Plugin_Execution|assembly plugin]], this is usually the phase where the plugin's "single" goal is associated with. | |||
==pre-integration-test== | ==pre-integration-test== | ||
==integration-test== | ==integration-test== |
Revision as of 02:26, 5 November 2016
External
Internal
Phases
validate
initialize
generate-sources
process-sources
generate-resources
process-resources
compile
process-classes
generate-test-sources
process-test-sources
generate-test-resources
process-test-resources
test-compile
process-test-classes
test
prepare-package
package
If using the assembly plugin, this is usually the phase where the plugin's "single" goal is associated with.