aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-model
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-12-27 23:06:30 +0000
committerOlivier Lamy <olamy@apache.org>2012-12-27 23:06:30 +0000
commitb14058631891026b6aff43299f21f3c579679542 (patch)
tree7e3c5c239abcdd33f7ebb6eabf5fd9c244cfe6e1 /archiva-modules/archiva-base/archiva-model
parentf6a1f6f392b87808f4bc432c79fddafc3c3e6c79 (diff)
downloadarchiva-b14058631891026b6aff43299f21f3c579679542.tar.gz
archiva-b14058631891026b6aff43299f21f3c579679542.zip
cobertura plugin not anymore needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-model')
-rwxr-xr-xarchiva-modules/archiva-base/archiva-model/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/archiva-modules/archiva-base/archiva-model/pom.xml b/archiva-modules/archiva-base/archiva-model/pom.xml
index e1a618e3d..fe667ded1 100755
--- a/archiva-modules/archiva-base/archiva-model/pom.xml
+++ b/archiva-modules/archiva-base/archiva-model/pom.xml
@@ -76,18 +76,6 @@
</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>
<configuration>