On 2/8/06, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Why this has been changed in o.a.m.p.e.EclipsePlugin ?? > @execute phase="generate-sources" > to > @execute phase="generate-test-resources".
see the recent discussion at http://jira.codehaus.org/browse/MECLIPSE-37 the execute phase has been changed in order to support source roots added after the generate-sources phase. This is required by some projects but also needs the project to compile... unfortunately there is no way to solve both problems in the eclipse plugin at the moment (OR we handle generated sources OR we handle not-compiling projects), this is a more general design issue and need to be handled in the maven core... fabrizio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
