mirror of https://github.com/apache/maven.git
o using a snippet to extract the relevent bit out of the configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa25e4562f
commit
89c4612bf8
|
@ -62,73 +62,7 @@ m2 compile
|
|||
|
||||
+-----+
|
||||
|
||||
<lifecycle>
|
||||
<phases>
|
||||
<phase>
|
||||
<id>generate-sources</id>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>process-sources</id>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>generate-resources</id>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>process-resources</id>
|
||||
<goal>
|
||||
<id>resources</id>
|
||||
</goal>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>compile</id>
|
||||
<goal>
|
||||
<id>compiler:compile</id>
|
||||
</goal>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>process-classes</id>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>generate-test-sources</id>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>process-test-sources</id>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>process-test-resources</id>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>test-compile</id>
|
||||
<goal>
|
||||
<id>compiler:testCompile</id>
|
||||
</goal>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>test</id>
|
||||
<goal>
|
||||
<id>surefire:test</id>
|
||||
</goal>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>package</id>
|
||||
<goal>
|
||||
<id>jar:jar</id>
|
||||
</goal>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>install</id>
|
||||
<goal>
|
||||
<id>${type}:install</id>
|
||||
</goal>
|
||||
</phase>
|
||||
<phase>
|
||||
<id>deploy</id>
|
||||
<goal>
|
||||
${type}:deploy
|
||||
</goal>
|
||||
</phase>
|
||||
</phases>
|
||||
</lifecycle>
|
||||
%{snippet|id=lifecycle|url=http://cvs.apache.org/viewcvs.cgi/*checkout*/maven-components/maven-core/src/main/resources/META-INF/plexus/components.xml}
|
||||
|
||||
+-----+
|
||||
|
||||
|
|
Loading…
Reference in New Issue