mirror of https://github.com/apache/maven.git
put back change I accidentally reverted
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4af0dea4a3
commit
5f65f68c1b
|
@ -255,12 +255,12 @@
|
||||||
<!-- 14 -->
|
<!-- 14 -->
|
||||||
<phase>
|
<phase>
|
||||||
<id>install</id>
|
<id>install</id>
|
||||||
<goal>jar:install</goal>
|
<goal>install:install</goal>
|
||||||
</phase>
|
</phase>
|
||||||
<!-- 15 -->
|
<!-- 15 -->
|
||||||
<phase>
|
<phase>
|
||||||
<id>deploy</id>
|
<id>deploy</id>
|
||||||
<goal>jar:deploy</goal>
|
<goal>deploy:deploy</goal>
|
||||||
</phase>
|
</phase>
|
||||||
</phases>
|
</phases>
|
||||||
<!-- END SNIPPET: lifecycle -->
|
<!-- END SNIPPET: lifecycle -->
|
||||||
|
|
Loading…
Reference in New Issue