Timestamped snapshot dependencies added as file refs rather than project refs
-----------------------------------------------------------------------------

         Key: MNG-1410
         URL: http://jira.codehaus.org/browse/MNG-1410
     Project: Maven 2
        Type: Bug
  Components: maven-eclipse-plugin  
    Versions: 2.0.1    
 Environment: Windows XP, Cygwin
    Reporter: Mark Hobson


If eclipse:eclipse is executed in a reactor build, any snapshot dependencies 
that have a timestamped jar (e.g. downloaded from continuum) are added to the 
.classpath as jar file references rather than project references.

I've tracked this down to EclipseUtils.findReactorProject() where the g:a:v 
comparision is failing between the reactor projects' version (<v>-SNAPSHOT) and 
the artifact version (<v>-<timestamp>).

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