Skip to content

Commit

Permalink
Remove goal "clean" from quick-build.sh and build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrandhof committed May 6, 2014
1 parent 8a35689 commit 29611c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

mvn clean install $*
mvn install $*
2 changes: 1 addition & 1 deletion quick-build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set MAVEN_OPTS=-Xmx256m
mvn clean install -Dtest=false -DfailIfNoTests=false %*
mvn install -Dtest=false -DfailIfNoTests=false %*
2 changes: 1 addition & 1 deletion quick-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ echo ''
echo ''
echo ''

mvn clean install -Dtest=false -DfailIfNoTests=false $*
mvn install -Dtest=false -DfailIfNoTests=false $*

0 comments on commit 29611c6

Please sign in to comment.