[jboss-cvs] JBossAS SVN: r83494 - projects/jboss-deployers/branches/Branch_2_0/deployers-vfs.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jan 27 09:16:51 EST 2009
Author: alesj
Date: 2009-01-27 09:16:51 -0500 (Tue, 27 Jan 2009)
New Revision: 83494
Modified:
projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/pom.xml
Log:
Release test jar as well.
Modified: projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/pom.xml
===================================================================
--- projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/pom.xml 2009-01-27 14:08:19 UTC (rev 83493)
+++ projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/pom.xml 2009-01-27 14:16:51 UTC (rev 83494)
@@ -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