[ 
http://jira.codehaus.org/browse/MRM-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153263#action_153263
 ] 

Kaloyan Enimanev commented on MRM-675:
--------------------------------------

I have checked out the current Archiva 1.2-SNAPSHOT (SVN Revision 711507) and 
compiled it ignoring several failing tests. 
The erroneous {{slf4j-api}}  metadata downloads are gone and I can compile 
projects that have been failing with Archiva 1.1.3.

So if this issue is blocker for you guys, I suggest to try to build and use the 
1.2-SNAPSHOT as an intermediate solution before the real 1.2 comes out.

> Problem with version ranges: "no versions are present in the repository for 
> the artifact with a range"
> ------------------------------------------------------------------------------------------------------
>
>                 Key: MRM-675
>                 URL: http://jira.codehaus.org/browse/MRM-675
>             Project: Archiva
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0
>         Environment: Linux-x86-32; maven 2.0.8
>            Reporter: Chris Bonami
>             Fix For: 1.x
>
>
> When I run for example 'mvn package', there's a (indirect) dependency that 
> cannot be resolved; This the part of the pom that causes the problem:
>               <dependency>
>                       <groupId>commons-beanutils</groupId>
>                       <artifactId>commons-beanutils</artifactId>
>                       <version>[1.4,)</version>
>                       <scope>compile</scope>
>               </dependency>
> This results in the following error issued by Maven:
> No versions are present in the repository for the artifact with a range [1.4,)
>   commons-beanutils:commons-beanutils:jar:null
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> If I browse the repository http://repo1.maven.org/maven2, the 
> commons-beanutils jars (several versions) are present. 
> So I assume Archiva cannot handle the range.

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

        

Reply via email to