Specifying java version in maven – differences between properties and compiler plugin
I’m not very experienced with maven and while experimenting with multi-module project I started wondering how can I specify java version for all my child modules in parent maven pom. Until today I was …