Files
pairgoth/debug-server.sh
2024-02-26 09:54:28 +01:00

5 lines
189 B
Bash
Executable File

#!/bin/bash
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