Author: hboutemy Date: Wed Nov 28 01:55:00 2012 New Revision: 1414507 URL: http://svn.apache.org/viewvc?rev=1414507&view=rev Log: [MPOM-39] use only non-aggregate reports in parent pom
Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1414507&r1=1414506&r2=1414507&view=diff ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Wed Nov 28 01:55:00 2012 @@ -940,6 +940,13 @@ under the License. <configLocation>config/maven_checks.xml</configLocation> <headerLocation>config/maven-header.txt</headerLocation> </configuration> + <reportSets> + <reportSet> + <reports> + <report>checkstyle</report> + </reports> + </reportSet> + </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -965,6 +972,14 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.3</version> + <reportSets> + <reportSet> + <reports> + <report>jxr</report> + <report>test-jxr</report> + </reports> + </reportSet> + </reportSets> </plugin> <!-- Taglist Plugin must be executed after JXR Plugin --> <plugin>