[jboss-cvs] JBossAS SVN: r103190 - projects/weld-int/trunk/deployer.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 29 12:48:36 EDT 2010


Author: marius.bogoevici
Date: 2010-03-29 12:48:36 -0400 (Mon, 29 Mar 2010)
New Revision: 103190

Modified:
   projects/weld-int/trunk/deployer/pom.xml
Log:
Setting test-jar phase to test, allowing hudson to use the 'test' goal (otherwise tests-jar will not be available)

Modified: projects/weld-int/trunk/deployer/pom.xml
===================================================================
--- projects/weld-int/trunk/deployer/pom.xml	2010-03-29 16:48:28 UTC (rev 103189)
+++ projects/weld-int/trunk/deployer/pom.xml	2010-03-29 16:48:36 UTC (rev 103190)
@@ -37,6 +37,7 @@
              <goals>
                <goal>test-jar</goal>
              </goals>
+             <phase>test</phase>
            </execution>
          </executions>
        </plugin>




More information about the jboss-cvs-commits mailing list