Guys, I wanted generate the pmd report while building the project so I have added plugin to build section of my pom.xml but still it don't execute until I explicitly call ...
How can I lock the version of a Maven plugin I want to use? I have the PMD plugin configured like so:
<plugin> ...
This is my pom file reporting section:
<reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> ...