Author: brett
Date: Mon Jul 7 03:59:54 2008
New Revision: 674446
URL: http://svn.apache.org/viewvc?rev=674446&view=rev
Log:
set executions to make sure they don't merge into the wrong phase
Modified:
archiva/trunk/archiva-docs/pom.xml
Modified: archiva/trunk/archiva-docs/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/pom.xml?rev=674446&r1=674445&r2=674446&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/pom.xml (original)
+++ archiva/trunk/archiva-docs/pom.xml Mon Jul 7 03:59:54 2008
@@ -35,6 +35,7 @@
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
+ <id>site</id>
<phase>package</phase>
<goals>
<goal>site</goal>
@@ -97,6 +98,7 @@
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
+ <id>deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>