Author: rdonkin
Date: Thu Dec 5 20:37:11 2013
New Revision: 1548284
URL: http://svn.apache.org/r1548284
Log:
Add plugin cobertura.
Modified:
creadur/rat/branches/gsoc/apache-rat-core/pom.xml
Modified: creadur/rat/branches/gsoc/apache-rat-core/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/pom.xml?rev=1548284&r1=1548283&r2=1548284&view=diff
==============================================================================
--- creadur/rat/branches/gsoc/apache-rat-core/pom.xml (original)
+++ creadur/rat/branches/gsoc/apache-rat-core/pom.xml Thu Dec 5 20:37:11 2013
@@ -113,4 +113,13 @@
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ </plugins>
+ </reporting>
</project>