I have a parent pom with a few plugins. In my child pom, I want to exclude one plugin.
How can I do this?
|
I have a parent pom with a few plugins. In my child pom, I want to exclude one plugin. How can I do this? |
||||
|
|
|
You can declare all the plugins in your parent pom within You can look at this related SO discussion as well. |
|||||
|
|
I had a similar requirement to run some plugins in the child but not the parent POM. i achieved this by stating the parent pom entry is below
The child project pom entry is below
|
|||
|
|