Reeng properties

This commit is contained in:
Claude Brisson
2023-10-29 13:59:03 +01:00
parent eaf2a253d6
commit 8e5450486e
7 changed files with 81 additions and 12 deletions

View File

@@ -6,5 +6,5 @@ CSSWATCH=$!
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5006"
#mvn --projects view-webapp -Dpairgoth.api.url=http://localhost:8085/api/ package jetty:run
mvn -o --projects view-webapp package jetty:run
mvn -DskipTests=true --projects view-webapp package jetty:run
kill $CSSWATCH