diff --git a/maven-repository-core/pom.xml b/maven-repository-core/pom.xml index 5f1340b21..19c9874f5 100644 --- a/maven-repository-core/pom.xml +++ b/maven-repository-core/pom.xml @@ -35,4 +35,20 @@ 1.0-alpha-2 + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + + **/** + + + + + + diff --git a/maven-repository-proxy/pom.xml b/maven-repository-proxy/pom.xml index 1137c896e..77bdc01de 100644 --- a/maven-repository-proxy/pom.xml +++ b/maven-repository-proxy/pom.xml @@ -15,7 +15,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.repository maven-repository-manager @@ -49,19 +49,4 @@ test - - - - org.codehaus.mojo - cobertura-maven-plugin - - - - - - - - diff --git a/maven-repository-webapp/pom.xml b/maven-repository-webapp/pom.xml index 934c2ce0c..1201eeb7b 100644 --- a/maven-repository-webapp/pom.xml +++ b/maven-repository-webapp/pom.xml @@ -15,7 +15,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.apache.maven.repository @@ -158,6 +158,18 @@ + + org.codehaus.mojo + cobertura-maven-plugin + + + + + **/** + + + +