What is the difference between version and snapshot?
Answer / Chandan Singh
A version is a final, released artifact version with no timestamp. A snapshot has a timestamp and is used for development work in progress. Snapshots are typically not distributed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the default values for the packaging element?
What is a local repository?
For POM what are the minimum required elements?
What would you do if you have to add a jar to the project using maven?
What types of maven repository?
What is the use of optional dependency?
How to force the intellij idea to reread/update all dependencies specified in the pom file?
What is an archetype in maven?
What are the advantages of maven?
When you say maven uses convention over configuration?
What does maven dependency plugin do?
Throw some light on the pom.xml file in maven.