From ac50375ad526ba6f1453ca10e32b6f393e6e486d Mon Sep 17 00:00:00 2001 From: Carl Harris Date: Sat, 7 Oct 2017 10:09:18 -0400 Subject: [PATCH] GUACAMOLE-408: don't try to clean up the local Maven repository There's no need to clean up the local Maven repository after the build, since only the artifacts we want are copied to the runtime image. For reasons not investigated, attempting to remove the local repository directory fails because the directory is in use after the build. --- guacamole-docker/bin/build-guacamole.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/guacamole-docker/bin/build-guacamole.sh b/guacamole-docker/bin/build-guacamole.sh index 4df6289f0..41e01b500 100755 --- a/guacamole-docker/bin/build-guacamole.sh +++ b/guacamole-docker/bin/build-guacamole.sh @@ -54,7 +54,6 @@ mkdir -p "$DESTINATION" cd "$BUILD_DIR" mvn package -rm -Rf ~/.m2 # # Copy guacamole.war to destination