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/07/16 11:12:26 UTC

svn commit: r1147388 - in /maven/maven-3/trunk: pom.xml src/site/site.xml

Author: hboutemy
Date: Sat Jul 16 09:12:26 2011
New Revision: 1147388

URL: http://svn.apache.org/viewvc?rev=1147388&view=rev
Log:
prepare m.jxr.p 2.3 with its new aggregate goal

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

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1147388&r1=1147387&r2=1147388&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Sat Jul 16 09:12:26 2011
@@ -547,6 +547,25 @@
               </reportSet>
             </reportSets>
           </plugin>
+          <!--plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.3</version>
+            <reportSets>
+              <reportSet>
+                <id>non-aggregate</id>
+                <reports>
+                  <report>jxr</report>
+                </reports>
+              </reportSet>
+              <reportSet>
+                <id>aggregate</id>
+                <reports>
+                  <report>aggregate</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin-->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>

Modified: maven/maven-3/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/src/site/site.xml?rev=1147388&r1=1147387&r2=1147388&view=diff
==============================================================================
--- maven/maven-3/trunk/src/site/site.xml (original)
+++ maven/maven-3/trunk/src/site/site.xml Sat Jul 16 09:12:26 2011
@@ -25,6 +25,7 @@ under the License.
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>