I'm trying to run: > mvn rat:check
But when I do this, maven executes what apparently is an older org.codehaus.mojo rat-maven-plugin I had to explicitly execute: > mvn org.apache.rat:apache-rat-plugin:0.8:check and then it executed as expected. Is something wrong with our POM or am I doing something incorrectly? The apache rat plugin should execute for us always. What's up? Any pointers would be appreciated. Thanks! Les
