Created
September 16, 2011 07:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n" | |
mvn clean -Djava.net.preferIPv4Stack=true jetty:run -Pdev,hsqldb,db-create,sv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't think "-Djava.net.preferIPv4Stack=true" is needed, not sure where it came from :)