Is there any special meaning for snapshot in the Maven version?
|
feedback
|
YesSNAPSHOT - means it's not the final version. The code is still being developed and the artifact is not released. It may have bugs. From: http://maven.apache.org/guides/getting-started/index.html
This has even long article: http://sonatype.com/books/maven-book/reference/pom-relationships-sect-pom-syntax.html see under 3.3.1.2. SNAPSHOT Versions headline
| ||||
|
feedback
|
|
Any project version with This means they are not stable since someone could commit broken code, broken project gets built, and sometime later you update to the newest build which is broken. | |||
|
feedback
|