Author: mes
Date: 2011-08-09 14:12:34 -0700 (Tue, 09 Aug 2011)
New Revision: 26502
Modified:
core3/impl/trunk/viewmodel-impl/impl/pom.xml
Log:
now impl is producing a test-jar
Modified: core3/impl/trunk/viewmodel-impl/impl/pom.xml
===================================================================
--- core3/impl/trunk/viewmodel-impl/impl/pom.xml 2011-08-09 20:56:23 UTC
(rev 26501)
+++ core3/impl/trunk/viewmodel-impl/impl/pom.xml 2011-08-09 21:12:34 UTC
(rev 26502)
@@ -22,6 +22,18 @@
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${maven-jar-plugin.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.