What means snapshot in maven?
Answer / Priyanka Maurya
A snapshot in Maven refers to a development version of an artifact that is not yet released. Snapshot versions typically have a format like 'XYZ-SNAPSHOT', where XYZ represents the other components (groupId, artifactId, and version number). When a developer works on a project using snapshots, they automatically receive updates to the latest development versions as they are built. However, using snapshots in production can lead to unstable builds due to potential changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the 3 build lifecycle of maven.
Explain what is pom?
What is maven selenium?
what is Maven Repository? What are their types?
How can I change the default location of the generated jar when I command "mvn package"?
Tell me the command to install jar file in local repository.
Why Maven Plugins are used?
What is an artifact in maven?
Explain how you can exclude dependency?
What is the difference between ant and maven?
What is an uber jar? What does an uber-jar mean and what are its features/advantages?
What are the tasks which are performed by maven?