Author: olamy
Date: Fri Jan 25 21:47:16 2013
New Revision: 1438733
URL: http://svn.apache.org/viewvc?rev=1438733&view=rev
Log:
add aggregate jxr
Modified:
maven/jxr/trunk/pom.xml
Modified: maven/jxr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1438733&r1=1438732&r2=1438733&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Fri Jan 25 21:47:16 2013
@@ -117,4 +117,20 @@ under the License.
</plugins>
</pluginManagement>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.3</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>aggregate</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
</project>