Explain the difference between dependency and plugin in maven?
Answer / Mudit Kumar Saxena
A dependency is a library or external module that your project relies on to function, while a plugin is a Maven module that provides additional functionality for building, testing, and deploying projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to add local jar files to a maven project?
What is the purpose of maven?
How do you get source jars from maven repository?
Why is the use of the profile required in maven?
Is there a way I can configure maven to always download sources and javadocs?
What is archetype?
What are different type of repositories in maven?
What is the use of optional dependency?
What are the differences between ant and maven?
What is the command to build your maven site?
what is Maven artifact?
Explain the difference between dependency and plugin in maven?