I have maven-war-plugin in parent.pom in that I have set manifestFile property but for one of my war I need to exclude the manifest File under my META-INF.
I added the property </manifestFile> configuration of my war plugin in the child pom but it does not work
Child plugin configurations override parent plugin configurations, but if the configuration is on a parent plugin execution and not on the plugin itself, you can only override it in a corresponding child execution. You do that by creating an execution on the child with the same id as in the parent. If that wasn't clear, try posting the relevant configuration, and we might be able to give a more complete explanation. My answer to a similar question might help you understand.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With