-
Bug
-
Resolution: Done
-
Minor
-
2.1.1
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; }