What is the use of snapshot in maven?
Answer / Neha Arora
A snapshot in Maven is a version of a dependency that has been built but not yet released. Snapshots are used for testing purposes and to allow developers to work with changing APIs during development.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Maven Repository? What are their types?
How does maven look for a dependency or resource?
Can you tell me the default location of your local repository?
How do you build fat jar using maven?
Where do you find the class files when you compile a Maven project?
What is the command to create a new project based on an archetype?
What does dependency management mean with respect to transitive dependency?
What are the maven’s order of inheritance?
What is the use of maven in selenium?
For POM what are the minimum required elements?
How do you find oracle jdbc driver in maven repository?
Explain the difference between apache ant and maven?