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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|