Maybe just an idea (not tested) in your child pom <webResources combine.self="override"> </webResources>
2011/12/22 Cem Koc <[email protected]>: > Hi I have a dozen projects utilizing common war configuration at my parent > pom pluginManagement as this: > <configuration> > <webResources> > <resource> > <directory>${ui-dir-jsp}</directory> > <includes> > <include>${jsp-for-war}</include> > </includes> > </resource> > </webResources> > </configuration> > > However this configuration is not applicable for new project. I would like > to overwrite this configuration but I could be not successful. It still > inherites these values despite of not declaring webResources section. I > would like to use totally default configuration. How? > > Thanks > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Overwritting-parent-war-plugin-webresources-tp5094555p5094555.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
