On Sat, Jan 9, 2010 at 7:36 AM, Stephen Connolly < [email protected]> wrote:
> 2010/1/9 Benjamin Bentmann <[email protected]>: > > Hi, > > > > in response to http://jira.codehaus.org/browse/MNG-4523, I would like to > > double-check that the behavior observed in Maven 2 is by > design/intention > > and needs to be reproduced by Maven 3. It looks odd to me that the > effective > > POM is a function of the plugin being invoked on CLI. > > I agree that it looks odd. > > IMHO, the effective pom should be invariant. > > It is far from invariant. I noticed in the debugger that the project model contained 4 plugins ( clean,site, install, deploy if i recall), none being the one explicitly called in Maven 3. In Maven 2, the only plugin in the model was the one being called. After that I thought I'd better share my findings... > > > > > > Benjamin > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
