The following comment has been added to this issue:

     Author: Yujin Kim
    Created: Thu, 3 Feb 2005 2:55 PM
       Body:
Actually I take back what I said.  Currently maven-eclipse plugin doesn't 
support multiproject period.  I forgot I had to write my own jelly tag to make 
it work in our multiproject environment.

I think I do have a solution for this and will post a patch (will need to 
modify classpath.jelly) for this whenever I can.

- yujin
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPECLIPSE-71?page=comments#action_29543

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-71

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-71
    Summary: Better support for multiproject with eclipse plugin
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-eclipse-plugin

   Assignee: 
   Reporter: Yujin Kim

    Created: Thu, 3 Feb 2005 1:45 AM
    Updated: Thu, 3 Feb 2005 2:55 PM

Description:
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.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to