[jbosstools-commits] JBoss Tools SVN: r22256 - trunk/build.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri May 21 21:43:00 EDT 2010
Author: nickboldt
Date: 2010-05-21 21:43:00 -0400 (Fri, 21 May 2010)
New Revision: 22256
Modified:
trunk/build/build.xml
Log:
add collect.test.results.for.hudson target so we can call this AFTER a pure maven build to just collect tests
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-05-22 01:22:11 UTC (rev 22255)
+++ trunk/build/build.xml 2010-05-22 01:43:00 UTC (rev 22256)
@@ -544,7 +544,7 @@
</if>
</target>
- <target name="collect.test.results.for.hudson" description="collect test results after a pure maven build so Hudson has something to see">
+ <target name="collect.test.results.for.hudson" depends="init" if="isInHudson" description="collect test results after a pure maven build so Hudson has something to see">
<var name="tests.results.found" value="false" />
<for param="test.dir">
<path>
More information about the jbosstools-commits
mailing list