You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2006/04/04 18:25:48 UTC

[jira] Closed: (MECLIPSE-96) Missing support for range of dependency versions

     [ http://jira.codehaus.org/browse/MECLIPSE-96?page=all ]
     
fabrizio giustina closed MECLIPSE-96:
-------------------------------------

      Assign To: fabrizio giustina
     Resolution: Fixed
    Fix Version: 2.2

fixed in svn for 2.2

> Missing support for range of dependency versions
> ------------------------------------------------
>
>          Key: MECLIPSE-96
>          URL: http://jira.codehaus.org/browse/MECLIPSE-96
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>     Versions: 2.2, 2.0, 2.1
>  Environment: Sun Java 1.5_06 / Maven 2.0.3
>     Reporter: Petter L. H. Eide
>     Assignee: fabrizio giustina
>      Fix For: 2.2

>
>
> Given a project with a dependency as the following:
>       <dependency>
>         <groupId>my.group</groupId>
>         <artifactId>my-artifact-id</artifactId>
>         <version>[3.1.0,)</version>
>       </dependency>
> and goal 'mvn eclipse:eclipse', the plugin does not interprets the range and tries to download:
> Downloading: http://repo1.maven.org/maven2/my/group/my-artifact-id/[3.1.0,)/my-artifact-id-[3.1.0,).jar
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> Likevise, the following is written to classpath:
> <classpathentry kind="var" path="M2_REPO/my/group/my-artifact-id/[3.1.0,)/my-artifact-id-[3.1.0,).jar"/>

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