What is the use of plugins in maven?
Answer / Sandeep Kumar Pandey
Plugins in Maven are used to extend or add functionality to the build system. They can be used for various purposes such as creating executable JARs, compiling source code, generating documentation, enforcing code formatting, and much more.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an archetype in maven?
Mention the three build lifecycle of Maven?
How can you activate profiles?
What are the different types of profile in maven? Where will you define these profiles?
What is an artifact in maven?
What would the command mvn clean dependency:copy-dependencies package do?
How do you resolve maven dependencies issue while upgrading dependencies versions?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
Define snapshot in terms of maven.
What is the purpose of maven?
What is a test dependency scope in maven?
What is pom in maven?