Author: pwang
Date: 2010-10-21 13:13:25 -0700 (Thu, 21 Oct 2010)
New Revision: 22333

Modified:
   core3/io-api/trunk/pom.xml
Log:
Create test-jar

Modified: core3/io-api/trunk/pom.xml
===================================================================
--- core3/io-api/trunk/pom.xml  2010-10-21 20:07:36 UTC (rev 22332)
+++ core3/io-api/trunk/pom.xml  2010-10-21 20:13:25 UTC (rev 22333)
@@ -78,6 +78,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>
 
@@ -107,6 +118,18 @@
                <artifactId>session-api</artifactId>
                <version>1.0-SNAPSHOT</version>
        </dependency>
+       <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>${junit.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.8.1</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
 </project>

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