Author: kono
Date: 2011-07-20 11:08:11 -0700 (Wed, 20 Jul 2011)
New Revision: 26222

Modified:
   core3/core-task-api/trunk/pom.xml
Log:
refs #23 pom was not configured to create test-jar, so I've added new plugin 
section.

Modified: core3/core-task-api/trunk/pom.xml
===================================================================
--- core3/core-task-api/trunk/pom.xml   2011-07-19 23:49:56 UTC (rev 26221)
+++ core3/core-task-api/trunk/pom.xml   2011-07-20 18:08:11 UTC (rev 26222)
@@ -95,6 +95,18 @@
                                        </instructions>
                                </configuration>
                        </plugin>
+                       <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>
                </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