You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/11 18:41:26 UTC

svn commit: r312912 - /maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml

Author: brett
Date: Tue Oct 11 09:41:19 2005
New Revision: 312912

URL: http://svn.apache.org/viewcvs?rev=312912&view=rev
Log:
fix ordering

Modified:
    maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml?rev=312912&r1=312911&r2=312912&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml Tue Oct 11 09:41:19 2005
@@ -95,4 +95,12 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <!-- for reactor ordering -->
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
 </project>