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 -->
|
||||
<phase>
|
||||
<id>install</id>
|
||||
<goal>jar:install</goal>
|
||||
<goal>install:install</goal>
|
||||
</phase>
|
||||
<!-- 15 -->
|
||||
<phase>
|
||||
<id>deploy</id>
|
||||
<goal>jar:deploy</goal>
|
||||
<goal>deploy:deploy</goal>
|
||||
</phase>
|
||||
</phases>
|
||||
<!-- END SNIPPET: lifecycle -->
|
||||
|
|
Loading…
Reference in New Issue