mirror of https://github.com/apache/maven.git
Add TODO about property source of maven.repo.local
This commit is contained in:
parent
fbdf109b34
commit
c2c6dd0921
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue