Am 07/23/16 um 20:31 schrieb Karl Heinz Marbaise: > Hi Christian, > > Ok first activation problem looks like being solved I've retested this > with my example project...Thanks for fixing that... > > > But what is unclear to me why during the run information from another > profile in particular the one which is defined in the parent of my > echo-maven-plugin will leak into my example project? (Described in the > issue MNG-6070)...I never thought profiles used in a plugin could have > influence into my own project which only use those plugins? But those > profiles are read.... > > The questions is profiles are read which are in the plugins which I'm > using in my project...that sounds like they are not clearly separated.... > > ? >
The output may be different due to <https://issues.apache.org/jira/browse/MNG-5984>. But that happens in MavenCLI before anything else is executed. Does not influence the model builder in any way. That's the only changes I know of regarding profiles done in 3.4. Regards, -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
