What is the Maven way for automatic project versions when doing continuous delivery?

I recommend the following presentation that discusses the practical realities of doing continuous delivery with Maven:

  • You tube presentation on CD with Maven
  • Slides

The key takeaway is each build is a potential release, so don’t use snapshots.

Leave a Comment