duplicate project references
----------------------------

         Key: MNG-1329
         URL: http://jira.codehaus.org/browse/MNG-1329
     Project: Maven 2
        Type: Bug
  Components: maven-eclipse-plugin  
    Versions: 2.0    
 Reporter: Jorg Heymans


eclipse:eclipse generates duplicate project references for following pom 

  <dependencies>
    <dependency>
      <groupId>apache-cocoon</groupId>
      <artifactId>cocoon-core</artifactId>
      <version>2.2-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>apache-cocoon</groupId>
      <artifactId>cocoon-core</artifactId>
      <version>2.2-SNAPSHOT</version>
      <classifier>tests</classifier>
    </dependency>

The classifier should be taken into account.

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