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/20 22:36:09 UTC

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

Author: hboutemy
Date: Wed Jul 20 20:36:09 2011
New Revision: 1148930

URL: http://svn.apache.org/viewvc?rev=1148930&view=rev
Log:
use m-jxr-p 2.3 to add aggregate source jxr

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=1148930&r1=1148929&r2=1148930&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Wed Jul 20 20:36:09 2011
@@ -547,7 +547,7 @@
               </reportSet>
             </reportSets>
           </plugin>
-          <!--plugin>
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jxr-plugin</artifactId>
             <version>2.3</version>
@@ -565,7 +565,7 @@
                 </reports>
               </reportSet>
             </reportSets>
-          </plugin-->
+          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>