Re: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-04 Thread Benson Margulies
On Tue, Oct 4, 2016 at 5:35 AM, M. Richey wrote: > Thanks Benson to point that out, it's a good example. > > We have several use cases where we modify properties with our plugins. We > have a large variety of our software which to build for up to three brands. > For which brand

Aw: Re: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-04 Thread M. Richey
I tried the build-helper plugin and got the same problem. Using this configuration org.codehaus.mojo build-helper-maven-plugin 1.12 tsp validate

Re: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-04 Thread Stephen Connolly
https://github.com/mojohaus/build-helper-maven-plugin/blob/master/src/main/java/org/codehaus/mojo/buildhelper/AbstractDefinePropertyMojo.java#L47 would be the recommended way to define a property... I would be interested to find out if there is an issue in build-helper... one should be able to

Aw: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-04 Thread M. Richey
Thanks Benson to point that out, it's a good example. We have several use cases where we modify properties with our plugins. We have a large variety of our software which to build for up to three brands. For which brand a specific software is to build is defined outside the poms and provided