You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2010/04/09 15:34:07 UTC

svn commit: r932405 - /maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-280-2/pom.xml

Author: jdcasey
Date: Fri Apr  9 13:34:07 2010
New Revision: 932405

URL: http://svn.apache.org/viewvc?rev=932405&view=rev
Log:
Attempting to fix integration tests on the grid.

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-280-2/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-280-2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-280-2/pom.xml?rev=932405&r1=932404&r2=932405&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-280-2/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-280-2/pom.xml Fri Apr  9 13:34:07 2010
@@ -14,6 +14,7 @@
         <executions>
           <execution>
             <id>build-projects</id>
+            <phase>package</phase>
             <goals>
               <goal>run</goal>
             </goals>
@@ -29,6 +30,7 @@
           </execution>
           <execution>
             <id>build-distro</id>
+            <phase>package</phase>
             <goals>
               <goal>run</goal>
             </goals>