The following comment has been added to this issue:

     Author: David Eric Pugh
    Created: Wed, 2 Mar 2005 1:01 PM
       Body:
For some reason, I don't think your patch was actually attached.  Can you try 
again?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPECLIPSE-71?page=comments#action_30419

---------------------------------------------------------------------
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: Wed, 2 Mar 2005 1:01 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