Author: pwang
Date: 2010-10-19 15:44:46 -0700 (Tue, 19 Oct 2010)
New Revision: 22302

Modified:
   core3/plugin-api/trunk/pom.xml
Log:
create test-jar

Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml      2010-10-19 20:52:27 UTC (rev 22301)
+++ core3/plugin-api/trunk/pom.xml      2010-10-19 22:44:46 UTC (rev 22302)
@@ -92,6 +92,17 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 

-- 
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.

Reply via email to