Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What means snapshot in maven?



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

Post New Answer

More Apache Maven Interview Questions

Name the 3 build lifecycle of maven.

1 Answers  


Explain what is pom?

1 Answers  


What is maven selenium?

1 Answers  


what is Maven Repository? What are their types?

1 Answers  


How can I change the default location of the generated jar when I command "mvn package"?

1 Answers  


Tell me the command to install jar file in local repository.

1 Answers  


Why Maven Plugins are used?

1 Answers  


What is an artifact in maven?

1 Answers  


Explain how you can exclude dependency?

1 Answers  


What is the difference between ant and maven?

1 Answers  


What is an uber jar? What does an uber-jar mean and what are its features/advantages?

1 Answers  


What are the tasks which are performed by maven?

1 Answers  


Categories