mirror of https://github.com/apache/archiva.git
update to build in CI profile
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@418210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3205ed65f7
commit
ccaf435468
|
@ -35,6 +35,18 @@
|
|||
<model>src/main/mdo/configuration.mdo</model>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<instrumentation>
|
||||
<!-- TODO: should this module have tests? -->
|
||||
<excludes>
|
||||
<exclude>**/**</exclude>
|
||||
</excludes>
|
||||
</instrumentation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue