Skip to content

Commit

Permalink
let's try mvn full secured for restlet back again
Browse files Browse the repository at this point in the history
  • Loading branch information
gmella committed Jan 16, 2025
1 parent 246fe7b commit 9c31ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mvn -Dassembly.skipAssembly -Djarsigner.skip=true clean install
cd -

# note: use insecure https as restlet https certificates are out-dated!
MVN_OPTS="-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true"
#MVN_OPTS="-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true"
echo "MVN_OPTS: $MVN_OPTS"

# Build all modules (skip test)
Expand Down

0 comments on commit 9c31ac9

Please sign in to comment.