mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-27 01:19:12 +08:00
Update daemon/src/main/java/org/apache/maven/cli/DaemonMavenCli.java
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user