[ http://jira.codehaus.org/browse/MPECLIPSE-71?page=comments#action_41457 ]
Scott Lamb commented on MPECLIPSE-71: ------------------------------------- There's another patch at http://issues.apache.org/jira/browse/AGILA-13 which I had some success with. > Better support for multiproject with eclipse plugin > --------------------------------------------------- > > Key: MPECLIPSE-71 > URL: http://jira.codehaus.org/browse/MPECLIPSE-71 > Project: maven-eclipse-plugin > Type: New Feature > Reporter: Yujin Kim > Priority: Minor > Attachments: classpath.jelly.MPECLIPSE-71.zip, classpath.jelly.patch, > maven-eclipse-plugin-test.zip > > > Currently when eclipse generates .classpath file, the subprojects' target > paths default to the parent project's target path. > for example if you have a POM A which is a parent project, and POM B and C > that are subprojects of A, generated classpath will have : > src/java -> target/classes > src/test -> target/test-classes > B/src/java -> target/classes > B/src/test -> target/test-classes > C/src/java -> target/classes > C/src/test -> target/test-classes > If I get a chance, I'll post a patch. -- 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]
