[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-177) Version range resolution fails if metadata file doesn't exist in local repository

Tadeas Kriz (JIRA) issues at jboss.org
Wed Apr 9 13:04:13 EDT 2014


Tadeas Kriz created SHRINKRES-177:
-------------------------------------

             Summary: Version range resolution fails if metadata file doesn't exist in local repository
                 Key: SHRINKRES-177
                 URL: https://issues.jboss.org/browse/SHRINKRES-177
             Project: ShrinkWrap Resolvers
          Issue Type: Bug
          Components: impl-maven
    Affects Versions: 2.1.0
            Reporter: Tadeas Kriz
            Assignee: Andrew Rubinger


When version range resolution in Aether can't find local metadata file, it adds an exception into exception list. Shrinkwrap-Resolver then checks if the list is empty and if it's not, it fails. And that's why the resolution doesn't work in this case.

https://github.com/shrinkwrap/resolver/blob/master/impl-maven/src/main/java/org/jboss/shrinkwrap/resolver/impl/maven/MavenWorkingSessionImpl.java#L291-L301

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list