Maven and JUnit - Shekharrajak/StackRoute_Files GitHub Wiki

Imp links

https://github.com/junit-team/junit4/wiki/Download-and-Install

MVN :

http://www.vogella.com/tutorials/ApacheMaven/article.html#maven_overview

debug in mvn

mvn exec:exec -Dexec.executable="java" -Dexec.args="-classpath %classpath -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044 com.mycompany.app.App"

mvn new project

mvn archetype:generate -DgroupId=com.vogella.build.maven.java \
-DartifactId=com.vogella.build.maven.java  \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DinteractiveMode=false

log4j properties :

https://www.mkyong.com/logging/log4j-log4j-properties-examples/

logger in 2.x.x

https://logging.apache.org/log4j/2.x/