[ http://jira.codehaus.org/browse/MNG-1707?page=comments#action_52354 ]
Mark Donszelmann commented on MNG-1707: --------------------------------------- sorry, my misunderstanding of that tag. Please correct the subject of this issue, I do not seem to have privs to do so. Indeed the eclipsePlugin has this tag as well. However I do thing that it needs a later phase here, because other plugins may add paths to the compileSourceRoots and testCompileSourceRoots. phases such as process-sources, process-test-sources (which may filter some files and put the result elsewhere). should not be neglected. Looking at the default lifecycle I guess that the "test" phase (or just before) should be executed as part of the eclipse:eclipse goal, to make sure one has all the paths for sources, test-sources, resources and test-resources. I may be wrong... > eclipse:eclipse should execute in a later phase than "generate-sources" > ----------------------------------------------------------------------- > > Key: MNG-1707 > URL: http://jira.codehaus.org/browse/MNG-1707 > Project: Maven 2 > Type: Improvement > Components: maven-eclipse-plugin > Versions: 2.0 > Reporter: Mark Donszelmann > Fix For: 2.0.1 > > > the eclipse:eclipse goal should run in a later phase than it currently does > (generate-sources) > as user defined plugins may add to the compileSourceRoots and > testCompileSourceRoots. > If it runs later, added paths will be written correctly to the .classpath. > Suggested phase is "test" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
