[jbosscache-commits] JBoss Cache SVN: r4303 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Aug 17 00:17:09 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-08-17 00:17:09 -0400 (Fri, 17 Aug 2007)
New Revision: 4303

Modified:
   core/trunk/pom.xml
Log:
Bundle a test jar. This is needed so that pojo cache tests can compile.


Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2007-08-17 02:28:49 UTC (rev 4302)
+++ core/trunk/pom.xml	2007-08-17 04:17:09 UTC (rev 4303)
@@ -97,7 +97,17 @@
           </execution>
         </executions>
       </plugin>
-      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>	     
       <!-- the docbook generation plugin for the user guide -->
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>




More information about the jbosscache-commits mailing list