Review README script

This commit is contained in:
Claude Brisson
2024-03-24 04:54:23 +01:00
parent 8aae784861
commit 8c97da74a3
3 changed files with 19 additions and 22 deletions

View File

@@ -14,6 +14,5 @@ trap 'kill $CSSWATCH; exit' INT
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 -DskipTests=true --projects view-webapp package jetty:run -Dpairgoth.mode=client
kill $CSSWATCH