jetty.sh 165 B

1234567891011
  1. #!/bin/bash
  2. echo "[INFO] Use maven jetty-plugin run the project."
  3. cd ..
  4. set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128m
  5. mvn jetty:run -Djetty.port=8080
  6. cd bin