Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-11 Thread Alix Lourme
Hello, Since maven-assembly-plugin v3.3.0, the *attached* goal has been removed ( MASSEMBLY-704 ). This *attached* goal was an aggregator (v2.6 source

Re: Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-11 Thread Karl Heinz Marbaise
Hi, If you like to produce a package (zip/tar/whatever kind of archive/bundle) which contains some modules/artifacts etc. from your multi module build it is the best thing to create a separate module in your build with packaging pom and only put the maven-assembly-plugin in it and bind it to

ipad air 2

2017-03-11 Thread mostafa shahdadi
Sent from my iPad - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

profile activation on property set but !value vs property not set

2017-03-11 Thread Justin Georgeson
Seeing that I can ! the property value in a profile activation, I assumed there were three states to consider when evaluating the property activation: 1. Property not set 2. Property set and value does not match 3. Property set and value does match With this assumption I thought