gnodet commented on issue #1220: URL: https://github.com/apache/maven-mvnd/issues/1220#issuecomment-2534055615
Good news is that is seems already fixed when building mvnd 2.0.0-rc-2-SNAPSHOT with Maven 4.0.0-rc-2-SNAPSHOT: ``` ➜ mvnd git:(master) ✗ (mvnd -v | grep "Apache Maven") && mvnd --stop && \ (mvnd -Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle=debug foo | grep DEBUG | wc -l) && \ (mvnd -Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle=info foo | grep DEBUG | wc -l) && \ (mvnd -Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle=debug foo | grep DEBUG | wc -l) Apache Maven Daemon (mvnd) 2.0.0-rc-2-SNAPSHOT darwin-aarch64 native client (b0a210d81a7af62543be0cad43f87072d51c4810) Apache Maven 4.0.0-rc-2-SNAPSHOT (8706dd7edf5cb97932af2819fa1cdc7b343dbe0d) Stopping 1 running daemons 48 0 45 ``` -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org