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 @@ private String determineLocalRepositoryPath(final MavenExecutionRequest request)
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);
}