What is the difference between snapshot and version?
Answer / Deep Kumar Singh
In Apache Maven, a snapshot refers to a development build of a project with a version number that starts with `-SNAPSHOT`. Snapshots are intended for use during development and are not meant to be used in production. A final release is considered a version, which has no SNAPSHOT suffix.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why should one use maven?
Why is the use of the profile required in maven?
What is the minimal set of information for matching dependency reference against a dependencymanagement section?
How do you get source jars from maven repository?
What are the different phases of a maven build lifecycle?
Explain what would the “jar: jar” goal do?
what is POM?
What are the build phases in maven?
What are different type of repositories in maven?
What is maven?
What is pluginmanagement?
How do you host a maven repository on github?