Author: lfryc(a)redhat.com
Date: 2010-07-10 16:49:04 -0400 (Sat, 10 Jul 2010)
New Revision: 17866
Modified:
root/tests/metamer/trunk/ftest/pom.xml
Log:
generation of test-jar
Modified: root/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 20:48:53 UTC (rev 17865)
+++ root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 20:49:04 UTC (rev 17866)
@@ -75,6 +75,18 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>test-jar</id>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>