[ http://jira.codehaus.org/browse/MPECLIPSE-71?page=comments#action_39459 ]
     
Yujin Kim commented on MPECLIPSE-71:
------------------------------------

use classpath.jelly.MPECLIPSE-71.zip for SVN.
also addd one propject properties but wasn't sure where it needs to be patched.
           
maven.multiproject.eclipse.includes:  if not set, falls back to 
maven.multproject.includes, or "*/project.xml" if it's not set either
maven.multiproject.eclipse.excludes: to exclude subprojcet from being included 
in the eclipse classpath. (such as sandbox projects).

One issue I know still exists is when you have multiproject stucture for 
webapps.  The way this is done, you can't have a subproject level dependency.  
Because eclipse doesn't support multi-tier project, for eclipse project to be 
able to see the dependencies is to have the dependencies declared at the top 
level project.

> 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