Re: [I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2025-02-12 Thread via GitHub
gnodet commented on issue #1220: URL: https://github.com/apache/maven-mvnd/issues/1220#issuecomment-2654886266 It still works: ``` ➜ mvnd git:(buffer-helper-rewrite) (mvnd -v | grep "Apache Maven") && mvnd --stop && \ (mv

Re: [I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2025-02-12 Thread via GitHub
gnodet closed issue #1220: 2.0.0-rc-1 breaks slf4j config via command line URL: https://github.com/apache/maven-mvnd/issues/1220 -- 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.

[I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2025-02-12 Thread via GitHub
oehme opened a new issue, #1220: URL: https://github.com/apache/maven-mvnd/issues/1220 I want to be able to get selective debug logging, e.g. using `-Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle=debug`. However, this only works on the first build that the daemon runs. As soon as y

Re: [I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2025-02-12 Thread via GitHub
gnodet closed issue #1220: 2.0.0-rc-1 breaks slf4j config via command line URL: https://github.com/apache/maven-mvnd/issues/1220 -- 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.

Re: [I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2024-12-17 Thread via GitHub
cstamas commented on issue #1220: URL: https://github.com/apache/maven-mvnd/issues/1220#issuecomment-2548314432 Yes, this was fixed in rc-2 -- 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 spe

Re: [I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2024-12-10 Thread via GitHub
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") && m

Re: [I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2024-12-10 Thread via GitHub
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.l

[I] 2.0.0-rc-1 breaks slf4j config via command line [maven-mvnd]

2024-12-09 Thread via GitHub
oehme opened a new issue, #1220: URL: https://github.com/apache/maven-mvnd/issues/1220 I want to be able to get selective debug logging, e.g. using `-Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle=debug`. However, this only works on the first build that the daemon runs. As soon as y