Maven Concepts - Lifecycle

From NovaOrdis Knowledge Base
Revision as of 01:07, 31 May 2016 by Ovidiu (talk | contribs) (Created page with "=External= * https://maven.apache.org/ref/3.3.9/maven-core/lifecycles.html# =Internal= * Maven Concepts =Phases= ==validate== ==initialize==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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