Code Book

Skipped Test Maven

mvn clean install -Dmaven.test.skip=true

Disable Chunking in ESB

<property name=”DISABLE_CHUNKING” value=”true” scope=”axis2″/>

Pause the Console & Export Logs into a File

nohup mvn clean install

Adding Custom jar into maven .m2 repository

mvn install:install-file -Dfile=c:\kaptcha-{version}.jar -DgroupId=com.google.code
-DartifactId=kaptcha -Dversion={version} -Dpackaging=jar

Maven Debugging the Test Cases

mvn clean install -Dmaven.surefire.debug

Process Mining

netstat -nap | grep <port-number>

ps -aux | grep <prot-number>

Killer

kill -9 <process-id>