John Chesshir created MRM-1921:
----------------------------------
Summary: Could not find artifact
com.project:artifact:jar:2.1.3-270 in repo
Key: MRM-1921
URL: https://issues.apache.org/jira/browse/MRM-1921
Project: Archiva
Issue Type: Bug
Components: Build
Environment: Linux-x86-32; maven 2.0.8
Reporter: John Chesshir
Assignee: Brett Porter
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 was sent by Atlassian JIRA
(v6.3.4#6332)