The following issue has been updated:

    Updater: Yujin Kim (mailto:[EMAIL PROTECTED])
       Date: Sat, 5 Feb 2005 1:19 PM
    Comment:
adding a test project i used to test the plugin patch.
    Changes:
             Attachment changed to maven-eclipse-plugin-test.zip
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPECLIPSE-71?page=history

---------------------------------------------------------------------
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: Sat, 5 Feb 2005 1:19 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