Explain the difference between maven build and maven install?
Answer Posted / Alok Kumar Chaudhari
Maven 'build' compiles and tests your project, but does not package or deploy it. Maven 'install', on the other hand, packages your project (including its dependencies) and saves it to your local Maven repository for future use as a dependency in other projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers