Skip to content

Instantly share code, notes, and snippets.

@luissantos
Created June 20, 2014 14:32
Show Gist options
  • Save luissantos/40fe77c6c1111a4b4e2b to your computer and use it in GitHub Desktop.
Save luissantos/40fe77c6c1111a4b4e2b to your computer and use it in GitHub Desktop.
Maven Java Options
export MAVEN_OPTS='-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=18080 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Djava.rmi.server.hostname=192.168.100.10 -javaagent:/home/vagrant/springloaded-1.2.0.RELEASE.jar -noverify'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment