Hey All, I have a general question about the plugin resolution policy.
For a while now, we've been using the maven-apt-plugin ( http://myfaces.apache.org/tobago/tobago-tool/maven-apt-plugin/index.html). To invoke the plugin directly, we would just run "mvn apt:execute". Something happened recently, "apt" is being resolved a different plugin (possibly one that is in the default plugin group id "org.apache.maven.plugins"). Now "mvn apt:execute" fails, saying that the goal "execute" is not found in the apt plugin. I'm wondering what the policy is for plugin resolution? In my mind, a dependency should be resolved before a plugin from "org.apache.maven.plugins" What do you all think? -Evan
