[ http://jira.codehaus.org/browse/MNG-1363?page=all ]
John Casey updated MNG-1363:
----------------------------
Complexity: Expert (was: Intermediate)
Remaining Estimate: 1 hour
Original Estimate: 1 hour
> 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
> Assignee: John Casey
> Fix For: 2.0.1
>
> Original Estimate: 1 hour
> Remaining: 1 hour
>
> <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]