Skip to content

Instantly share code, notes, and snippets.

@jponge
Created January 19, 2009 21:16
Show Gist options
  • Save jponge/49180 to your computer and use it in GitHub Desktop.
Save jponge/49180 to your computer and use it in GitHub Desktop.
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
(...)
<repositories>
<repository>
<id>Codehaus repository</id>
<name>Codehaus repository</name>
<url>http://repository.codehaus.org/</url>
</repository>
</repositories>
(...)
<reporting>
<plugins>
(...)
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
(...)
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment