[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

HowTo assemble assemblies?

2009-10-07 Thread mrichey
Hi, we got stuck in assembling an assembly. Given the situation as shown below: |-| | B1 | | pom | |-| |-| |-| | A1 | | A2 | | pom | | pom | |-|