mirror of
https://github.com/apache/maven.git
synced 2025-03-08 17:49:15 +00:00
Add TODO about property source of maven.repo.local
This commit is contained in:
parent
86d6e2aeff
commit
a3f88234d4
@ -1311,6 +1311,8 @@ private MavenExecutionRequest populateRequest(CliRequest cliRequest, MavenExecut
|
||||
|
||||
String localRepoProperty = request.getUserProperties().getProperty(MavenCli.LOCAL_REPO_PROPERTY);
|
||||
|
||||
// TODO Investigate why this can also be a Java system property and not just a Maven user property like
|
||||
// other properties
|
||||
if (localRepoProperty == null) {
|
||||
localRepoProperty = request.getSystemProperties().getProperty(MavenCli.LOCAL_REPO_PROPERTY);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user