mirror of https://github.com/apache/archiva.git
cobertura plugin not anymore needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426362 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f6a1f6f392
commit
b140586318
|
@ -165,21 +165,6 @@
|
|||
</models>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<instrumentation>
|
||||
<!-- exclude generated -->
|
||||
<excludes>
|
||||
<exclude>org/apache/archiva/configuration/io/**</exclude>
|
||||
<exclude>org/apache/archiva/configuration/*RepositoryConfiguration.*</exclude>
|
||||
<exclude>org/apache/archiva/configuration/Configuration.*</exclude>
|
||||
<exclude>org/apache/archiva/configuration/Proxy.*</exclude>
|
||||
</excludes>
|
||||
</instrumentation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
|
|
|
@ -75,18 +75,6 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<instrumentation>
|
||||
<!-- exclude generated -->
|
||||
<excludes>
|
||||
<exclude>org/apache/archiva/reporting/model/**</exclude>
|
||||
</excludes>
|
||||
</instrumentation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -1692,11 +1692,6 @@
|
|||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue