michael-o commented on code in PR #1020:
URL: https://github.com/apache/maven/pull/1020#discussion_r1121469512


##########
maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java:
##########
@@ -843,13 +842,6 @@ private void encryption(CliRequest cliRequest) throws 
Exception {
         }
     }
 
-    private void repository(CliRequest cliRequest) throws Exception {
-        if 
(cliRequest.commandLine.hasOption(CLIManager.LEGACY_LOCAL_REPOSITORY)
-                || Boolean.getBoolean("maven.legacyLocalRepo")) {

Review Comment:
   Interesting, it has been wrong. It should have been user prop, then sys 
prop...



-- 
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

Reply via email to