michael-o commented on pull request #53: URL: https://github.com/apache/maven-resolver/pull/53#issuecomment-642929676
OK, I have found the reason. It cannot work. `org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory` sets only simple strings. `ConfigUtils.getList()` expects the object to be a collection. This means that `#getList() needs an if else for string and perform a split. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
