Uploaded image for project: 'ShrinkWrap Resolvers'
  1. ShrinkWrap Resolvers
  2. SHRINKRES-202

withClassPathResolution method in ConfigurableMavenResolverSystemImpl ignores parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 2.2.0-beta-1
    • 2.1.1
    • maven

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

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

              kpiwko Karel Piwko
              dgaffuri Daniele Gaffuri (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: