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.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/ac50375a Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/ac50375a Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/ac50375a Branch: refs/heads/master Commit: ac50375ad526ba6f1453ca10e32b6f393e6e486d Parents: 5c07e4a Author: Carl Harris <[email protected]> Authored: Sat Oct 7 10:09:18 2017 -0400 Committer: Carl Harris <[email protected]> Committed: Sat Oct 7 10:09:18 2017 -0400 ---------------------------------------------------------------------- guacamole-docker/bin/build-guacamole.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/ac50375a/guacamole-docker/bin/build-guacamole.sh ---------------------------------------------------------------------- diff --git a/guacamole-docker/bin/build-guacamole.sh b/guacamole-docker/bin/build-guacamole.sh index 4df6289..41e01b5 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
