On Apr 17, 2014, at 10:24 AM, Benson Margulies wrote:
> I'd like to arrange a system in which the automated builds stamp out
> releases (in the Maven sense),
In my case there is nothing to stamp out, every build is releasable. I deploy
sources and everything else required and have mechanisms t
My solution was to extend the DefaultModelReader where the version is
overridden when a specific system property is set.
There are different possibilities how the version is generated, based on
${project.version} or given from external.
This means, the version in the pom.xml is still a SNAPSHOT ve