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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 6 15:38:48 EDT 2012


Author: nickboldt
Date: 2012-09-06 15:38:48 -0400 (Thu, 06 Sep 2012)
New Revision: 43478

Modified:
   trunk/build/target-platform/pom.xml
Log:
DO NOT VALIDATE unified.target until multiple.target is built and published, or it will fail to resolve deps

Modified: trunk/build/target-platform/pom.xml
===================================================================
--- trunk/build/target-platform/pom.xml	2012-09-06 19:33:52 UTC (rev 43477)
+++ trunk/build/target-platform/pom.xml	2012-09-06 19:38:48 UTC (rev 43478)
@@ -45,11 +45,10 @@
 						<configuration>
 							<targetFiles>
 								<param>multiple.target</param>
-								<!-- 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
-								-->
+								<!-- DO NOT VALIDATE unified.target until multiple.target is built and published, or it will fail to resolve deps --> 
+								<!-- <param>unified.target</param> -->
+								<!-- DO NOT VALIDATE jbds.target since it's the same as multiple.target now (redundant step) -->
+								<!-- <param>jbds.target</param -->
 							</targetFiles>
 							<failOnError>true</failOnError>
 						</configuration>



More information about the jbosstools-commits mailing list