What is a snapshot maven?
Answer / Dhiraj Kumar Mishra
In Apache Maven, a snapshot maven is a development version of an artifact (such as a JAR file) that is built with the -SNAPSHOT suffix in its version number. Snapshot versions are typically used during development and testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we say “maven uses convention over configuration”?
What is maven selenium?
What is the use of plugins in maven?
What are the methods for constructing an uber jar?
What is the difference between version and snapshot?
What are the types of maven plugins?
What are different type of repositories in maven?
Explain the difference between apache ant and maven?
How can we see dependencies for the project and where exactly they are defined?
What is the command to create a new project based on an archetype?
Explain how you can produce execution debug output or error messages?
What is a cyclic dependency?