[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-202) withClassPathResolution method in ConfigurableMavenResolverSystemImpl ignores parameter

Daniele Gaffuri (JIRA) issues at jboss.org
Mon Sep 15 10:28:02 EDT 2014


Daniele Gaffuri created SHRINKRES-202:
-----------------------------------------

             Summary: withClassPathResolution method in ConfigurableMavenResolverSystemImpl ignores parameter
                 Key: SHRINKRES-202
                 URL: https://issues.jboss.org/browse/SHRINKRES-202
             Project: ShrinkWrap Resolvers
          Issue Type: Bug
          Components: impl-maven
    Affects Versions: 2.1.1
            Reporter: Daniele Gaffuri
            Priority: Minor


The implementation of withClassPathResolution in org.jboss.shrinkwrap.resolver.impl.maven.ConfigurableMavenResolverSystemImpl ignores its parameter and always disables resolution

{code}
    public ConfigurableMavenResolverSystem withClassPathResolution(boolean useClassPathResolution) {
        getMavenWorkingSession().disableClassPathWorkspaceReader();
        return this;
    }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the shrinkwrap-issues mailing list