Maven by default uses these versions of plugins such as clean, compile, jar etc. if I don't override them in my pom.xml
.
Should I be using more recent version of these plugins? For example, the current version of maven-compiler-plugin
is 3.6.1 while the default is 2.5.1. Or, are the default versions reasonable enough that anyone not consciously depending on newer features need worry?