How do we Build a Snapshot in Maven project? I can see the Milestone build in jenkins, but how can we build a Snapshot.
Asked
Active
Viewed 344 times
1 Answers
4
You can just create a new version and add the suffix "-SNAPSHOT".
Here is a good explanation of using "SNAPSHOTS" (What exactly is a Maven Snapshot and why do we need it?)

Lennart Blom
- 513
- 3
- 19