[weld-commits] Weld SVN: r6707 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jul 17 15:54:17 EDT 2010


Author: dan.j.allen
Date: 2010-07-17 15:54:16 -0400 (Sat, 17 Jul 2010)
New Revision: 6707

Modified:
   archetypes/javaee6-webapp/trunk/build.sh
Log:
don't copy .svn files


Modified: archetypes/javaee6-webapp/trunk/build.sh
===================================================================
--- archetypes/javaee6-webapp/trunk/build.sh	2010-07-17 19:48:20 UTC (rev 6706)
+++ archetypes/javaee6-webapp/trunk/build.sh	2010-07-17 19:54:16 UTC (rev 6707)
@@ -16,7 +16,7 @@
 mvn clean archetype:create-from-project -Darchetype.properties=archetype.properties
 echo Relocating generated archetype project to $ARCHETYPE_DIR...
 rsync -az --exclude `basename $0` --exclude archetype-pom.xml --exclude eclipse-dot-files $ARCHETYPE_BUILD_DIR/src $ARCHETYPE_DIR/
-rsync -az eclipse-dot-files/ $ARCHETYPE_RESOURCES_DIR/
+rsync -az --exclude .svn eclipse-dot-files/ $ARCHETYPE_RESOURCES_DIR/
 cp -f archetype-pom.xml $ARCHETYPE_DIR/pom.xml
 mvn -f $ARCHETYPE_DIR/pom.xml clean
 echo Patching generated archetype...



More information about the weld-commits mailing list