Files
pairgoth/debug-server.sh
2024-03-01 10:06:46 +01:00

7 lines
248 B
Bash
Executable File

#!/bin/bash
mvn -DskipTests=true install # needed for pairgoth-common
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"
mvn -DskipTests=true --projects api-webapp package jetty:run -Dpairgoth.mode=server