Skip to content

Commit

Permalink
don't copy .svn files
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jul 17, 2010
1 parent 2e2dc9d commit 1becd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo Generating archetype from project into $ARCHETYPE_BUILD_DIR...
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...
Expand Down

0 comments on commit 1becd57

Please sign in to comment.