[ 
http://jira.codehaus.org/browse/MEV-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Spencer reopened MEV-565:
------------------------------


I am getting the following error when using a dependency that is dependent on 
commons-lang version [2.2,)

[DEBUG] commons-lang: using locally installed snapshot
[DEBUG] Unable to determine the release version

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=commons-lang -DartifactId=commons-lang \
        -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
        1) com.mikon.customer.kc:apms-reporting-jsf:war:1.0.6-SNAPSHOT
        2) org.apache.myfaces.core:myfaces-api:jar:1.1.5
        3) commons-lang:commons-lang:jar:RELEASE


  commons-lang:commons-lang:jar:RELEASE

Is maven-metadata.xml missing the release tag?

  ...
  <versioning>
     <release>2.3</release>
     <versions>
    ...
    </versions>
  ...

> commons-lang is missing versions greater then 2.1 in the metadata.
> ------------------------------------------------------------------
>
>                 Key: MEV-565
>                 URL: http://jira.codehaus.org/browse/MEV-565
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Invalid Metadata
>            Reporter: Paul Spencer
>            Assignee: Carlos Sanchez
>
> Versions > 2.1 are missing from the metadata.  This is preventing version 
> range like  [2.2,) from working,

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