What is the difference between compile and install?
Answer / Ramesh Thakur
"The 'compile' phase compiles the source code of your project, including any dependencies marked as 'compile'. The 'install' phase not only compiles the project but also packages it into a JAR or other packaging format (depending on your pom.xml configuration), and then deploys it to the local repository. This allows you to use the packaged artifact in other projects within your system."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What would the command mvn clean do?
How will you verify if maven is installed on windows?
How profiles are specified in maven?
Difference between maven scope compile and provided for jar packaging?
What is the use of maven clean?
What are its advantages of uber jar?
What is maven repository central?
What is the use of the execution element in pom file?
What is a maven pom file?
What is the difference between a release version and snapshot version in maven?
Why should we use maven?
What is an archetype?