What does maven install do?
Answer / Prabhakar Anand
The Maven 'install' goal compiles and tests the project, and then packages it along with its dependencies into a local repository (usually under ~/.m2/repository). This allows the installed artifact to be used in other projects as a dependency.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the maven advantages over ant?
How is the propagation of plugins to child poms stopped?
What is a maven pom file?
How would you see the version of maven?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
How you can exclude dependency?
What is an artifact in maven?
How do I determine which pom contains missing transitive dependency?
Explain how you can produce execution debug output or error messages?
What is the difference between snapshot and version?
what is Maven artifact?
What is build profile?