Author: mgencur(a)redhat.com
Date: 2010-09-16 10:39:16 -0400 (Thu, 16 Sep 2010)
New Revision: 13761
Modified:
modules/drools/trunk/impl/pom.xml
Log:
code-coverage capability
Modified: modules/drools/trunk/impl/pom.xml
===================================================================
--- modules/drools/trunk/impl/pom.xml 2010-09-16 13:22:48 UTC (rev 13760)
+++ modules/drools/trunk/impl/pom.xml 2010-09-16 14:39:16 UTC (rev 13761)
@@ -116,6 +116,28 @@
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
- </dependencies>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>code-coverage</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>emma-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.sonatype.maven.plugin</groupId>
+ <artifactId>emma4it-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
Show replies by date