0

How do we Build a Snapshot in Maven project? I can see the Milestone build in jenkins, but how can we build a Snapshot.

D Vishal
  • 1
  • 1

1 Answers1

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