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

2016-09-30 Thread Karl Heinz Marbaise
Hi, On 30/09/16 15:20, mric...@gmx.de wrote: Hi all, we discovered a problem with properties defined in a pom.xml. Properties could be defined in a pom.xml like: default In a maven plugin we fetch all the properties by calling: Properties projectProps = project.getProperties(); Running

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

2016-09-30 Thread mrichey
Hi all, we discovered a problem with properties defined in a pom.xml. Properties could be defined in a pom.xml like: default In a maven plugin we fetch all the properties by calling: Properties projectProps = project.getProperties(); Running all this with maven 2 we were able to modify the