What is the difference between a release version and snapshot version in maven?
Answer / Vaseem Ahmad
A release version is a final, stable version of an artifact, while a snapshot version is a work-in-progress version with a timestamp. Release versions are meant for distribution, while snapshots are used during development.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is maven build life cycle?
Why should we use maven?
What are the aspects does maven manages?
What information does pom contain?
What are the aspects maven manages?
What is the use of maven in selenium?
What is the command to build your maven site?
How do you know the version of mvn you are using?
How do you run junit tests in parallel in a maven build?
What types of maven repository?
How you can exclude dependency?
Where are maven dependencies downloaded to?