adrian-tarau commented on issue #1258:
URL: https://github.com/apache/maven-mvnd/issues/1258#issuecomment-2646596604
It's an extension, but the same Plexus class loader system is used in both
cases. I'll try with `org.apache.maven.cli.DaemonCli`, thanks.
--
This is an automated message f
cstamas commented on issue #1258:
URL: https://github.com/apache/maven-mvnd/issues/1258#issuecomment-2645910723
Simplest that comes to my mind is to try to load from (plugin) classloader a
class typical for mvnd and not existing in mvn, for example
`org.apache.maven.cli.DaemonCli`? Just thr
adrian-tarau commented on issue #1258:
URL: https://github.com/apache/maven-mvnd/issues/1258#issuecomment-2632037561
After I pressed _send_, I realized I could detect when regular Maven logging
is available and react to that. It might still be good to know if it runs under
`mind`; I might n
adrian-tarau opened a new issue, #1258:
URL: https://github.com/apache/maven-mvnd/issues/1258
I'm building an [extension
](https://github.com/adrian-tarau/maven?tab=readme-ov-file#extension) which has
a few goals in mind (one is provided by `mvnd`, which is less logging :) ), and
I have an