Thomas,
> Depending on what you need, this is not entirely trivial. If you just want
> to set property 'foo' to value 'bar', then the approach below is just fine.
> But say you have a property 'baz' in your pom like this:
> <properties>
> <baz>xx${foo}xx</baz>
> </properties>
>
> And you want 'baz' to evaluate to 'xxbarxx', then you need a bit more logic
> in your Mojo. As is described here =>
> http://plexus.codehaus.org/plexus-interpolation/
That could have been a trap without you, thanks Thomas !
Regards
Paul