Author: bentmann
Date: Fri Apr 23 09:50:50 2010
New Revision: 937218
URL: http://svn.apache.org/viewvc?rev=937218&view=rev
Log:
o Disabled cobertura-maven-plugin to get site generation working
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=937218&r1=937217&r2=937218&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Fri Apr 23 09:50:50 2010
@@ -462,6 +462,17 @@
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.2</version>
+ <reportSets>
+ <reportSet>
+ <!-- Disabled at it kills the site generation via a
NoClassDefFoundError -->
+ <reports></reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
</plugins>
</reporting>
</profile>