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

withClassPathResolution method in ConfigurableMavenResolverSystemImpl ignores parameter

    XMLWordPrintable

Details

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

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: