[ http://jira.codehaus.org/browse/MPECLIPSE-71?page=comments#action_41462 ] 

Yujin Kim commented on MPECLIPSE-71:
------------------------------------

Since i uploaded the patch, I also added eclipse project depdency handling, so 
inside eclipse, i can let eclipse build multiple "eclipse" projects without 
having to rely on maven, while continuous build, etc can still use maven to 
build it.

i'll submit a patch if/when the above patch(or the one in agila) makes it to 
the main tree.

> 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]

Reply via email to