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

Karel Piwko (JIRA) issues at jboss.org
Mon Sep 15 14:16:03 EDT 2014


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

Karel Piwko updated SHRINKRES-202:
----------------------------------
    Labels: starter  (was: )


> 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
>              Labels: starter
>             Fix For: 2.2.0-alpha-3
>
>
> 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