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.
This commit is contained in:
Carl Harris
2017-10-07 10:09:18 -04:00
parent 5c07e4a4ee
commit ac50375ad5

View File

@@ -54,7 +54,6 @@ mkdir -p "$DESTINATION"
cd "$BUILD_DIR"
mvn package
rm -Rf ~/.m2
#
# Copy guacamole.war to destination