V. interesting, thanks. 

I'm using TeamCity so controlling an infinite loop using trigger configs
should be easy.

However I don't want to use snapshot versioning at all, so the
maven-release-plugin is essentially not the right tool for the job. 

These projects are microservices so every code commit is a release
candidate. My goal is to get maven to increment the build number on each
build - the build number shouldn't be switched back and forth between
-SNAPSHOT and non-snapshot.

The CI server should run the tests and verify that they pass and if so,
merge or rebase the checkin into the master.

That blog post by Stephen hits it square between the eyes - although in my
case to get rid of -SNAPSHOT non-versions, I'll probably need to write a
plugin to run the git plugin through the required steps. 

Surprised it doesn't exist already. Probably does, but just not widely
publicised.

Apologies for the long pause before answering! Too much firefighting.




--
Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to