DEBUG

 -Xdebug -Xrunjdwp:transport=dt_socket,address=$DEBUG_PORT,server=y,suspend=n 

JMX

 -Dcom.sun.management.jmxremote.port=$JMX_PORT -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false 

Maven

$ mvn release:prepare
$ mvn release:perform

JAVA SSL Problems with Wildcard Certificate

https://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name-error-since-upgrade-to-java-1-7-0

java -Djsse.enableSNIExtension=false yourClass

Windows Environment Variable:

JAVA_TOOL_OPTIONS = -Djsse.enableSNIExtension=false

Unit Test

http://www.mkyong.com/unittest/junit-4-vs-testng-comparison/

http://joel-costigliola.github.io/assertj/assertj-core-quick-start.html

Scripts

https://github.com/herrphon/misc-scripts/tree/master/jira

Java Decompiler

http://jd.benow.ca/

Test