[ http://jira.codehaus.org/browse/MNG-1363?page=all ]

Brett Porter updated MNG-1363:
------------------------------

    Description: 
    <dependency>
      <groupId>java</groupId>
      <artifactId>tools</artifactId>
      <version>[1.4,1.5)</version>
      <systemPath>${java.home}/../lib/tools.jar</systemPath>
      <scope>system</scope>
    </dependency>

If this dependency is present maven tries to download from the repo

No versions are present in the repository for the artifact with a range 
[1.4,1.5)
  java:tools:null:jar

  was:
    <dependency>
      <groupId>java</groupId>
      <artifactId>tools</artifactId>
      <version>[1.4,1.5)</version>
      <systemPath>${java.home}/../lib/tools.jar</systemPath>
      <scope>system</scope>
    </dependency>

If this dependency is present maven tries to download from the repo

No versions are present in the repository for the artifact with a range 
[1.4,1.5)
  java:tools:null:jar

    Fix Version: 2.0.1
    Environment: 

> Transitive dependencies with system scope and version range trying to be 
> downloaded
> -----------------------------------------------------------------------------------
>
>          Key: MNG-1363
>          URL: http://jira.codehaus.org/browse/MNG-1363
>      Project: Maven 2
>         Type: Bug
>     Versions: 2.0
>     Reporter: Carlos Sanchez
>      Fix For: 2.0.1

>
>
>     <dependency>
>       <groupId>java</groupId>
>       <artifactId>tools</artifactId>
>       <version>[1.4,1.5)</version>
>       <systemPath>${java.home}/../lib/tools.jar</systemPath>
>       <scope>system</scope>
>     </dependency>
> If this dependency is present maven tries to download from the repo
> No versions are present in the repository for the artifact with a range 
> [1.4,1.5)
>   java:tools:null: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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to