[jboss-cvs] JBossAS SVN: r70744 - projects/ejb3/branches/cluster-dev/ejb3-cache.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 11 11:43:19 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-03-11 11:43:19 -0400 (Tue, 11 Mar 2008)
New Revision: 70744

Modified:
   projects/ejb3/branches/cluster-dev/ejb3-cache/pom.xml
Log:
[EJBTHREE-1026] Make our test jar available in maven repo

Modified: projects/ejb3/branches/cluster-dev/ejb3-cache/pom.xml
===================================================================
--- projects/ejb3/branches/cluster-dev/ejb3-cache/pom.xml	2008-03-11 15:37:16 UTC (rev 70743)
+++ projects/ejb3/branches/cluster-dev/ejb3-cache/pom.xml	2008-03-11 15:43:19 UTC (rev 70744)
@@ -25,8 +25,25 @@
   <name>JBoss EJB 3.0 Cache</name>
   <url>http://labs.jboss.com/jbossejb3/</url>
   <description>The Java EJB 3.0 Cache classes</description>
+  
+  <project>
+    <build>
+      <plugins>
+       <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>
+  </project>
 
-
   <dependencies>
 
     <!-- EJB3 API -->




More information about the jboss-cvs-commits mailing list