6 lines
250 B
Bash
Executable File
6 lines
250 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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-war
|
|
mvn --projects view-webapp package jetty:run-war
|