You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Yves Langisch (JIRA)" <ji...@codehaus.org> on 2011/04/06 10:57:22 UTC

[jira] Issue Comment Edited: (MECLIPSE-597) Workspace dependencies not resolved for SNAPSHOT dependencies (artifact has a different version from that in dependency management)

    [ http://jira.codehaus.org/browse/MECLIPSE-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=262648#action_262648 ] 

Yves Langisch edited comment on MECLIPSE-597 at 4/6/11 3:55 AM:
----------------------------------------------------------------

We are regularly stumbling over this issue which leads to time costly manual work. Is there any reason why the provided patch is not applied yet? I could provide a new patch against the trunk if necessary.

Thanks
Yves

      was (Author: ylangisc):
    We are regularly stumbling over this issue which leads to time costly manually work. Is there any reason why the provided patch is not applied yet? I could provide a new patch against the trunk if necessary.

Thanks
Yves
  
> Workspace dependencies not resolved for SNAPSHOT dependencies (artifact has a different version from that in dependency management)
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-597
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-597
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: Core : Dependencies resolution and build path (.classpath)
>    Affects Versions: 2.7
>         Environment: Nexus 1.3.6, Eclipse 3.4, Windows XP
>            Reporter: Michal Galet
>            Priority: Critical
>         Attachments: maven-eclipse-plugin-2.7.patch
>
>
> When generating eclipse project with "mvn eclipse:eclipse -Declipse.workspace=d:/eclipse-ws" the SNAPSHOT dependencies are not resolved from workspace correctly. See console output below. This is probably caused by the way how Nexus handles the SNAPSHOTs. The artifact is resolved by ArtifactResolver and the version is changed from 1.1.0-SNAPSHOT to 1.1.0-20090819.145009-4. 
> The comparison should be performed against {{artifact.getBaseVersion()}} instead of {{artifact.getVersion()}}. A simple fix is attached as a patch. 
> Console output:
> [INFO] Artifact com.test:sample:jar:4.0.0.B02-SNAPSHOT already available a
> s a workspace project, but with different version. Expected: 4.0.0.B02-20090819.145009-4, found
> : 4.0.0.B02-SNAPSHOT

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