Update daemon/src/main/java/org/apache/maven/cli/DaemonMavenCli.java

Co-authored-by: Peter Palaga <ppalaga@redhat.com>
This commit is contained in:
Guillaume Nodet
2020-10-22 16:16:36 +02:00
committed by GitHub
parent af762d5721
commit 35467c4b11

View File

@@ -494,7 +494,7 @@ public class DaemonMavenCli {
String va = actual.get(key);
slf4jLogger.warn(" {} -> {} instead of {}", key, va, vr);
});
slf4jLogger.warn("This is usually harmless.");
slf4jLogger.warn("If the difference matters to you, stop the running daemons using mvnd --stop and start a new daemon from the current environment by issuing any mvnd build command");
}
}