5 lines
166 B
Bash
Executable File
5 lines
166 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
|