[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-214) NoResolvedResultException when trying to resolve a POM

Michael Schnell (JIRA) issues at jboss.org
Thu Dec 25 09:17:29 EST 2014


Michael Schnell created SHRINKRES-214:
-----------------------------------------

             Summary: NoResolvedResultException when trying to resolve a POM
                 Key: SHRINKRES-214
                 URL: https://issues.jboss.org/browse/SHRINKRES-214
             Project: ShrinkWrap Resolvers
          Issue Type: Bug
          Components: maven
    Affects Versions: 2.2.0-beta-1
            Reporter: Michael Schnell


Trying to resolve a "pom" results in an org.jboss.shrinkwrap.resolver.api.NoResolvedResultException: Unable to resolve dependencies, none of them were found.

Looking at the local Maven repository, the POM was actually loaded from the remote repo, but it's not returned:
{code:java}
Maven.resolver().resolve("org.jboss:jboss-parent:pom:12").withoutTransitivity().asSingleFile();
{code}




--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the shrinkwrap-issues mailing list