You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/10/08 06:14:51 UTC

[2/6] incubator-guacamole-client git commit: GUACAMOLE-408: don't try to clean up the local Maven repository

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 <ce...@vt.edu>
Authored: Sat Oct 7 10:09:18 2017 -0400
Committer: Carl Harris <ce...@vt.edu>
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