Hello Laurent, Laurent Petit wrote:
[snip] > The multiproject:goal fails, because the maven.cruisecontrol.template is > inherited in subprojects from the multiproject project. > > I don't think this would be the most desired behaviour, would it ? > > Please tell me if you too think this is more an issue than a feature, > or, if it is a feature, if I'm missing something important about the > "philosophy" and "best practice" with the multiproject goal ? Well, fortunately this *is* a feature of Maven. All properties form the master project are inherited in the subproject. This allows uniform settings for all subprojects controlled in one file. But - as you've detected - this creates some hassle for some plugins working on the main project. You will have to set those properties dynamically using Jelly, if you're running the main project. But be aware, that anything from maven.xml is also inherited! - J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
