What is snapshot in maven?
Answer / Shailesh Maheshwari
A Maven snapshot is a version of an artifact that is not final and can change during development. Snapshots are used to quickly distribute and test new versions within the development team, as they can automatically grab updates from the repository whenever a build occurs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a remote repository?
What are different type of repositories in maven?
What are the maven’s order of inheritance?
what is POM?
What is a project's fully qualified artifact name?
Explain how you can exclude dependency?
How do I determine which pom contains missing transitive dependency?
What is the use of maven repository?
What do you mean by maven repository and its types?
What are different types of build profiles?
How do you find oracle jdbc driver in maven repository?
Where do we configure repositories in maven?