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:
Brett Leslie Porter 2005-02-23 23:59:27 +00:00
parent 4af0dea4a3
commit 5f65f68c1b
1 changed files with 2 additions and 2 deletions

View File

@ -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 -->