1.

Explain the difference between dependency and plugin in Maven?

Answer»
S.noMaven PluginMaven Dependency
1.Preferred for most of the workUsed while TASK IMPLEMENTATION by adding to the classpath
2.Difficult to manageEasy management
3.Create JAR files, unit test CODE, COMPILE codeReproducible builds are defined, created and maintained


Discussion

No Comment Found