Re: Intended use of properties in the element

2014-04-23 Thread Roger Brechbühl
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

Maven Model - from POM to HOM?

2013-02-22 Thread Roger Brechbühl
Hello, I wrote down some thoughts from my practical experience with Maven during the last three years. We established automated delivery pipelines and Maven was one of our key tool along with Jenkins. Read more here: http://diplingfh.blogspot.ch/2013/02/maven-from-pom-to-hom.html Cheers, Rotsch