Add TODO about property source of maven.repo.local

This commit is contained in:
Michael Osipov 2023-01-01 20:00:18 +01:00
parent fbdf109b34
commit c2c6dd0921
1 changed files with 2 additions and 0 deletions

View File

@ -1234,6 +1234,8 @@ public class MavenCli {
return userDefinedLocalRepo; return userDefinedLocalRepo;
} }
// TODO Investigate why this can also be a Java system property and not just a Maven user property like
// other properties
return request.getSystemProperties().getProperty(MavenCli.LOCAL_REPO_PROPERTY); return request.getSystemProperties().getProperty(MavenCli.LOCAL_REPO_PROPERTY);
} }