[jboss-cvs] JBossAS SVN: r82500 - projects/jboss-deployers/trunk/deployers-vfs.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 23 04:24:43 EST 2008


Author: alesj
Date: 2008-12-23 04:24:43 -0500 (Tue, 23 Dec 2008)
New Revision: 82500

Modified:
   projects/jboss-deployers/trunk/deployers-vfs/pom.xml
Log:
Package vfs tests - used in WebBeans.

Modified: projects/jboss-deployers/trunk/deployers-vfs/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/pom.xml	2008-12-23 09:16:44 UTC (rev 82499)
+++ projects/jboss-deployers/trunk/deployers-vfs/pom.xml	2008-12-23 09:24:43 UTC (rev 82500)
@@ -20,6 +20,17 @@
           <testFailureIgnore>true</testFailureIgnore>
         </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>
   




More information about the jboss-cvs-commits mailing list