How is the propagation of plugins to child poms stopped?
Answer / Ravi Ranjan
To stop the propagation of plugins to child POMs, the `<pluginManagement>` section can be used in a parent POM. This section contains all shared plugin configurations that are not inherited by child projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between maven project and module?
What does an uber-jar mean?
How do I determine which pom contains missing transitive dependency?
What is an archetype in maven?
What is the command to create a new project based on an archetype?
What is a local repository?
Where do we configure repositories in maven?
What does maven dependency plugin do?
What is the use of maven in selenium?
What is the use of plugins in maven?
What would you do if you have to add a jar to the project using maven?
What are the tasks which are performed by maven?