Author: dgolovin
Date: 2011-12-02 13:43:32 -0500 (Fri, 02 Dec 2011)
New Revision: 36894
Modified:
trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml
Log:
added configuration for code coverage
Modified: trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml
===================================================================
--- trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml 2011-12-02 18:16:10 UTC (rev
36893)
+++ trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml 2011-12-02 18:43:32 UTC (rev
36894)
@@ -9,5 +9,25 @@
<groupId>org.jboss.tools.forge.tests</groupId>
<artifactId>org.jboss.tools.forge.core.test</artifactId>
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.forge.core*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.forge.core</emma.instrument.bundles>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <includes>
+ <include>**/*Test.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
Show replies by date