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

Karel Piwko (JIRA) issues at jboss.org
Fri Sep 26 08:08:04 EDT 2014


     [ https://issues.jboss.org/browse/SHRINKRES-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karel Piwko closed SHRINKRES-202.
---------------------------------


> withClassPathResolution method in ConfigurableMavenResolverSystemImpl ignores parameter
> ---------------------------------------------------------------------------------------
>
>                 Key: SHRINKRES-202
>                 URL: https://issues.jboss.org/browse/SHRINKRES-202
>             Project: ShrinkWrap Resolvers
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 2.1.1
>            Reporter: Daniele Gaffuri
>            Assignee: Karel Piwko
>            Priority: Minor
>              Labels: starter
>             Fix For: 2.2.0-beta-1
>
>
> 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