Answer Posted / 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 |
Post New Answer View All Answers