mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
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:
@@ -54,7 +54,6 @@ mkdir -p "$DESTINATION"
|
|||||||
|
|
||||||
cd "$BUILD_DIR"
|
cd "$BUILD_DIR"
|
||||||
mvn package
|
mvn package
|
||||||
rm -Rf ~/.m2
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copy guacamole.war to destination
|
# Copy guacamole.war to destination
|
||||||
|
Reference in New Issue
Block a user