michael-o commented on code in PR #168: URL: https://github.com/apache/maven-resolver/pull/168#discussion_r851431775
########## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java: ########## @@ -51,7 +51,7 @@ { private static final String CONFIG_PROP_PREFIX_COMPOSER = "aether.enhancedLocalRepository.prefixComposer"; - private static final String DEFAULT_PREFIX_COMPOSER = NoopDynamicPrefixComposerFactory.NAME; + private static final String DEFAULT_PREFIX_COMPOSER = NoopLocalPathPrefixComposerFactory.NAME; Review Comment: `DEFAULT_PATH_PREFIX_COMPOSER` ########## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java: ########## @@ -51,7 +51,7 @@ { private static final String CONFIG_PROP_PREFIX_COMPOSER = "aether.enhancedLocalRepository.prefixComposer"; Review Comment: `CONFIG_PROP_PATH_PREFIX_COMPOSER` `pathPrefixComposer` -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org