Author: olamy Date: Thu Sep 15 20:59:09 2011 New Revision: 1171272 URL: http://svn.apache.org/viewvc?rev=1171272&view=rev Log: use parent 20 as profile reporting failed during findbug execution with maven3
Modified: maven/indexer/trunk/pom.xml Modified: maven/indexer/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1171272&r1=1171271&r2=1171272&view=diff ============================================================================== --- maven/indexer/trunk/pom.xml (original) +++ maven/indexer/trunk/pom.xml Thu Sep 15 20:59:09 2011 @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>21</version> + <version>20</version> </parent> <groupId>org.apache.maven.indexer</groupId> @@ -263,12 +263,15 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.8</version> + </plugin> + <plugin> + <groupId>org.codehaus.sonar-plugins</groupId> + <artifactId>maven-report</artifactId> + <version>0.1</version> </plugin> </plugins> </reporting>