gnodet commented on issue #1220:
URL: https://github.com/apache/maven-mvnd/issues/1220#issuecomment-2533790624
I think it works when using a new daemon. However, those properties seem to
not be reset correctly:
```
➜ maven git:(master) 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)
Stopping 1 running daemons
152
0
0
```
--
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]