[jbosstools-commits] JBoss Tools SVN: r42631 - trunk/build/target-platform.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Jul 18 06:43:26 EDT 2012
Author: mickael_istria
Date: 2012-07-18 06:43:26 -0400 (Wed, 18 Jul 2012)
New Revision: 42631
Modified:
trunk/build/target-platform/pom.xml
Log:
JBIDE-12003: Maven job to publish TP first publish site and then validates targets. So unified.target validation was re-enabled by default since it always happen after mutliple.target was built.
Modified: trunk/build/target-platform/pom.xml
===================================================================
--- trunk/build/target-platform/pom.xml 2012-07-18 10:43:05 UTC (rev 42630)
+++ trunk/build/target-platform/pom.xml 2012-07-18 10:43:26 UTC (rev 42631)
@@ -39,7 +39,7 @@
<configuration>
<targetFiles>
<param>multiple.target</param>
- <!-- DO NOT VALIDATE unified.target because this cannot be validated until multiple.target is built and published -->
+ <!-- DO NOT VALIDATE unified.target until multiple.target is built and published -->
<param>unified.target</param>
<!-- DO NOT VALIDATE jbds.target since it's the same as multiple.target now (redundant step)
<param>jbds.target</param
More information about the jbosstools-commits
mailing list