You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/09/04 10:53:44 UTC

svn commit: r1164975 - /maven/maven-3/trunk/pom.xml

Author: hboutemy
Date: Sun Sep  4 08:53:44 2011
New Revision: 1164975

URL: http://svn.apache.org/viewvc?rev=1164975&view=rev
Log:
added test-javadoc and test-jxr reports

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1164975&r1=1164974&r2=1164975&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Sun Sep  4 08:53:44 2011
@@ -135,18 +135,18 @@
   </mailingLists>
 
   <modules>
-    <module>maven-core</module>
-    <module>apache-maven</module>
+    <module>maven-plugin-api</module>
     <module>maven-model</module>
+    <module>maven-model-builder</module>
+    <module>maven-core</module>
     <module>maven-settings</module>
     <module>maven-settings-builder</module>
     <module>maven-artifact</module>
     <module>maven-aether-provider</module>
     <module>maven-repository-metadata</module>
-    <module>maven-plugin-api</module>
-    <module>maven-model-builder</module>
     <module>maven-embedder</module>
     <module>maven-compat</module>
+    <module>apache-maven</module>
   </modules>
 
   <scm>
@@ -548,6 +548,7 @@
                 <id>non-aggregate</id>
                 <reports>
                   <report>javadoc</report>
+                  <report>test-javadoc</report>
                 </reports>
               </reportSet>
               <reportSet>
@@ -568,6 +569,7 @@
                 <id>non-aggregate</id>
                 <reports>
                   <report>jxr</report>
+                  <report>test-jxr</report>
                 </reports>
               </reportSet>
               <reportSet>