> When I removed the following XML snippet from the original posting: > <inherited>false</inherited> > it works.
If you have inherited=false in a parent pom, then the plugin will not run in the children. But isn't that obvious?? You should use "mvn help:effective-pom" to see what your actual project pom looks like (with all the parent(s) plugins etc included). Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
