[weld-commits] Weld SVN: r6009 - in archetypes/trunk: jsf/jee-minimal and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Mar 5 09:32:13 EST 2010


Author: mgencur at redhat.com
Date: 2010-03-05 09:32:12 -0500 (Fri, 05 Mar 2010)
New Revision: 6009

Modified:
   archetypes/trunk/jsf/jee-minimal/pom.xml
   archetypes/trunk/pom.xml
Log:
WELDX-70 another small change

Modified: archetypes/trunk/jsf/jee-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee-minimal/pom.xml	2010-03-05 14:26:54 UTC (rev 6008)
+++ archetypes/trunk/jsf/jee-minimal/pom.xml	2010-03-05 14:32:12 UTC (rev 6009)
@@ -156,7 +156,6 @@
 			          <execution>	
 			          	<id>deploy-project</id>
 					  	<phase>compile</phase>
-			          			  
 			          	<configuration>
 				          <executable>mvn</executable>
 				          <workingDirectory>${java.io.tmpdir}/${project.artifactId}</workingDirectory>

Modified: archetypes/trunk/pom.xml
===================================================================
--- archetypes/trunk/pom.xml	2010-03-05 14:26:54 UTC (rev 6008)
+++ archetypes/trunk/pom.xml	2010-03-05 14:32:12 UTC (rev 6009)
@@ -371,7 +371,6 @@
 									<property name="tmpdir" value="${maven.private.repo}"/>
 									<delete dir="${tmpdir}" failonerror="false"/>
 									<mkdir dir="${tmpdir}"/>
-									
 									<copy todir="${tmpdir}" overwrite="true">
 	   									<fileset dir="${user.home}/.m2/repository/org/jboss/weld/archetypes">
 	   										<include name="**/*"/>
@@ -616,8 +615,8 @@
 							<configuration>
 								<tasks>
 									<property name="tmpdir" value="${maven.private.repo}"/>
-	<!--								<delete dir="${tmpdir}" failonerror="false"/>-->
-	<!--								<mkdir dir="${tmpdir}"/>-->
+									<delete dir="${tmpdir}" failonerror="false"/>
+									<mkdir dir="${tmpdir}"/>
 									<copy todir="${tmpdir}" overwrite="true">
 	   									<fileset dir="${user.home}/.m2/repository/org/jboss/weld/archetypes">
 	   										<include name="**/*"/>



More information about the weld-commits mailing list