Skip to content

Commit

Permalink
use insecure https as restlet certificates are out-dated
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Dec 15, 2021
1 parent 371bbe2 commit 2138d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mvn -Dassembly.skipAssembly -Djarsigner.skip=true clean install
cd -

# Build all modules (skip test)
mvn process-resources
# note: use insecure https as restlet https certificates are out-dated!
mvn -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true process-resources
mvn -Djarsigner.skip=true -Dmaven.javadoc.skip=true -Dmaven.test.skip=true clean install

0 comments on commit 2138d11

Please sign in to comment.