DEV Community

Discussion on: Continuous Delivery With Apache Maven

Collapse
 
kubo44 profile image
kubo44

Thank you for good hints, but they are little confusing. At the beginning it's recommended not to use SNAPSHOT versions but at the end, final example is with SNAPSHOT version, because it's good for deleting old versions automatically. What is the recommended way then to build snapshot and release versions? I guess snapshot with -Dchangelist=-SNAPSHOT and release without it (on demand to keep binaries), right?