[jbosstools-commits] JBoss Tools SVN: r42630 - trunk/build/target-platform.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jul 18 06:43:07 EDT 2012


Author: mickael_istria
Date: 2012-07-18 06:43:05 -0400 (Wed, 18 Jul 2012)
New Revision: 42630

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 08:23:05 UTC (rev 42629)
+++ trunk/build/target-platform/pom.xml	2012-07-18 10:43:05 UTC (rev 42630)
@@ -39,9 +39,8 @@
 						<configuration>
 							<targetFiles>
 								<param>multiple.target</param>
-								<!-- DO NOT VALIDATE unified.target because this cannot be validated until multiple.target is built and published 
-								     <param>unified.target</param>
-								-->
+								<!-- DO NOT VALIDATE unified.target because this cannot be validated 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