If an extension improves the version, it's not deployed

2016-09-01 Thread Benson Margulies
Using Maven 3.3.9, https://github.com/basis-technology-corp/auto-version-maven-extension is not as useful as I had hoped. The extension sets a property for use in a element, but 'mvn deploy' deploys the POM as-is, not after the version is calculated. Has anyone a suggestion for how to add to this

Re: If an extension improves the version, it's not deployed

2016-09-01 Thread Dan Tran
I wonder if Karl's solution facing the same issue http://blog.soebes.de/blog/2016/08/08/maven-how-to-create-a-release/ On Thu, Sep 1, 2016 at 9:20 AM, Benson Margulies wrote: > Using Maven 3.3.9, > https://github.com/basis-technology-corp/auto-version-maven-extension > is not as useful as I had

Re: If an extension improves the version, it's not deployed

2016-09-05 Thread Benson Margulies
I just discovered by experiment that that flatten-maven-plugin helps here. On Thu, Sep 1, 2016 at 1:35 PM, Dan Tran wrote: > I wonder if Karl's solution facing the same issue > http://blog.soebes.de/blog/2016/08/08/maven-how-to-create-a-release/ > > On Thu, Sep 1, 2016 at 9:20 AM, Benson Marguli

Re: If an extension improves the version, it's not deployed

2016-09-05 Thread Karl Heinz Marbaise
Hi Benson, On 05/09/16 16:25, Benson Margulies wrote: I just discovered by experiment that that flatten-maven-plugin helps here. would you so kind to show the setup you have used ? Might be helpful for others as well... Thanks for you testing etc. Kind regards Karl Heinz On Thu, Sep 1,

Re: If an extension improves the version, it's not deployed

2016-09-05 Thread Benson Margulies
https://github.com/benson-basis/auto-version-example On Mon, Sep 5, 2016 at 2:09 PM, Karl Heinz Marbaise wrote: > Hi Benson, > > On 05/09/16 16:25, Benson Margulies wrote: >> >> I just discovered by experiment that that flatten-maven-plugin helps here. >> > > would you so kind to show the setup y