I see the following in FileSystemRepository.java

Pattern.compile("(.+)/(.+)s/(.+)-([0-9].+)\\.([^0-9]+)");

This reqular _expression_ is not matching an entry like the following.

group/jars/artifact-1.jar

Here the version number is "1", a single digit.

Reply via email to