Author: apetrelli
Date: Sun Oct 25 20:09:36 2009
New Revision: 829637
URL: http://svn.apache.org/viewvc?rev=829637&view=rev
Log:
TILESSB-11
Added EMMA Maven plugin report. Cobertura does not seem to work.
Modified:
tiles/sandbox/trunk/tiles3/pom.xml
Modified: tiles/sandbox/trunk/tiles3/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles3/pom.xml?rev=829637&r1=829636&r2=829637&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles3/pom.xml (original)
+++ tiles/sandbox/trunk/tiles3/pom.xml Sun Oct 25 20:09:36 2009
@@ -235,6 +235,11 @@
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>emma-maven-plugin</artifactId>
+ <version>1.0-alpha-3-SNAPSHOT</version>
+ </plugin>
</plugins>
</reporting>