essobedo commented on code in PR #9817:
URL: https://github.com/apache/camel/pull/9817#discussion_r1158150742
##########
tooling/camel-tooling-maven/src/main/java/org/apache/camel/tooling/maven/MavenDownloaderImpl.java:
##########
@@ -731,10 +731,7 @@ Settings mavenConfiguration(
// 3) ${user.home}/.m2/repository (if exists)
// 4) /tmp/.m2/repository
String localRepository = System.getProperty("maven.repo.local");
- if (localRepository == null || "".equals(localRepository.trim())) {
- localRepository = settings.getLocalRepository();
Review Comment:
Sorry I don't get it, what about the use case where
`settings.getLocalRepository()` returns a non-empty value?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]