Skip to content

Commit

Permalink
help not download the internet
Browse files Browse the repository at this point in the history
  • Loading branch information
sclasen committed Aug 19, 2011
1 parent 313e09b commit 0ccc9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -43,7 +43,7 @@ export MAVEN_OPTS="-Xmx512m"


# build app
BUILDCMD=".maven/bin/mvn -B -Duser.home=$BUILD_DIR -DskipTests=true clean install"
BUILDCMD=".maven/bin/mvn -B -Duser.home=$BUILD_DIR -s .m2/settings.xml -DskipTests=true clean install"
echo "-----> executing $BUILDCMD"

$BUILDCMD 2>&1 | sed -u 's/^/ /'
Expand Down

0 comments on commit 0ccc9be

Please sign in to comment.