mirror of https://github.com/apache/maven.git
removed cobertura configuration: it is not in parent any more
This commit is contained in:
parent
c2700f38eb
commit
8a56a16738
10
pom.xml
10
pom.xml
|
@ -600,16 +600,6 @@
|
||||||
</reportSet>
|
</reportSet>
|
||||||
</reportSets>
|
</reportSets>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
|
||||||
<reportSets>
|
|
||||||
<reportSet>
|
|
||||||
<!-- Disabled as it kills the site generation via a NoClassDefFoundError -->
|
|
||||||
<reports />
|
|
||||||
</reportSet>
|
|
||||||
</reportSets>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
Loading…
Reference in New Issue