Define snapshot in terms of maven.
Answer / Manoj Kumar Saini
In Maven, a snapshot is a version of an artifact that represents a work-in-progress or development build. Snapshots have version numbers ending with a `-SNAPSHOT` suffix and are not intended for production use.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a remote repository?
How do you find oracle jdbc driver in maven repository?
What are the things that you must define for each external dependency?
How you can produce execution debug output or error messages?
What is the use of plugins in maven?
What is a maven repository?
What is the pom packaging in maven?
What are the different phases of a maven build lifecycle?
Mention the three build lifecycle of Maven?
What are different type of repositories in maven?
What is a cyclic dependency?
What is maven?