Skip to content

Commit df51c37

Browse files
Don't Specify Local Maven Cache
1 parent db9149f commit df51c37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/build/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ssh_key=
77
skip_push=false
88
skip_maven=false
99
SUDO_CMD=sudo
10-
mvn_repo=$HOME/.m2
1110

1211
show_help() {
1312
echo "usage: build.sh [OPTIONS] target repo tag"
@@ -244,7 +243,7 @@ shift
244243

245244
if [ "$skip_maven" == "false" ]; then
246245
pushd ../..
247-
mvn --batch-mode -Dmaven.repo.local=$mvn_repo clean install dependency:copy-dependencies -DskipTests=true
246+
mvn --batch-mode clean install dependency:copy-dependencies -DskipTests=true
248247
popd
249248
fi
250249

0 commit comments

Comments
 (0)