Maven Concepts - Lifecycle: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://maven.apache.org/ref/3.3.9/maven-core/lifecycles.html# =Internal= * Maven Concepts =Phases= ==validate== ==initialize==...")
 
Line 6: Line 6:


* [[Maven Concepts#Lifecycle|Maven Concepts]]
* [[Maven Concepts#Lifecycle|Maven Concepts]]


=Phases=
=Phases=

Revision as of 01:07, 31 May 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

pre-integration-test

integration-test

post-integration-test

verify

install

deploy