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

Karel Piwko (JIRA) issues at jboss.org
Sun Sep 21 09:33:02 EDT 2014


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

Karel Piwko resolved SHRINKRES-202.
-----------------------------------
      Assignee: Karel Piwko
    Resolution: Done


Landed in https://github.com/shrinkwrap/resolver/commit/94fa7b235b74bc8796a7262c95e12fb9569e0eab

> 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
>            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