Merge branch '2.0.x'

This commit is contained in:
Marcin Grzejszczak
2018-08-09 15:45:25 +02:00

View File

@@ -138,7 +138,7 @@ public class ClasspathStubProvider implements StubDownloaderBuilder {
if (groupAndArtifactMatcher.matches()) {
MatchResult groupAndArtifactResult = groupAndArtifactMatcher
.toMatchResult();
return groupAndArtifactResult.group(2) + File.separator
return groupAndArtifactResult.group(2)
+ groupAndArtifactResult.group(3);
}
else {