I'm investigating what abilities I have for integrating plugin configurations 
between a project pom and its parent.

For instance, in the Surefire configuration in my project pom there are some 
settings that I would want for all Java projects, but there are some that are 
specific to a project in a webapp, and there are other settings that are even 
more specific to my project.

It would be great if I could put the base Surefire configuration in the parent 
pom and just specify additional configuration in the project pom.  For 
instance, if the parent pom specified a certain set of 
"additionalClasspathElement"s which are required for all Java projects, but the 
project pom specified additional entries that were project-specific.

My first attempt at a configuration like this didn't appear to work, so it's 
likely it simply can't do this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to