Files
pairgoth/server.sh
2023-10-15 12:02:24 +02:00

5 lines
161 B
Bash
Executable File

#!/bin/bash
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"
mvn -DskipTests --projects api-webapp package jetty:run