maven-mvnd
maven-mvnd copied to clipboard
Apache Maven Daemon
As of Quarkus 1.11.0.Final, the build mojo of quarkus-maven-plugin keeps stale class loaders of deployment artifacts built from the same source tree with the same daemon. Generic steps to reproduce:...
`+`, `-`, `CTRL+B`, `CTRL+L`, `CTRL+M` should be documented
When a process is executed in the background, it stops when reading from the input stream. Because of the `readInputLoop`, the `mvnd` process is stopped immediately. This involves checking the...
Should contain at least: * Our additional command line args `--status`, `--stop` * Our system properties and environment vars defined in https://github.com/mvndaemon/mvnd/blob/master/common/src/main/java/org/jboss/fuse/mvnd/common/Environment.java#L37 ; Ideally auto-generated.
execute `mvnd clean` `mvnd -version`,tip me 'Could not get a real path from path $JAVA_HOME' 
Hello. Project for example https://github.com/dbeaver/dbeaver run: mvn package - result ok run: mvnd packcage - result error (java.lang.RuntimeException: java.lang.RuntimeException: Failed to load p2 repository with ID) same any task also...
As comments are supported for both 3 and 4 but mvnd did not support them in 3. Fixes #913 Fixes #914
Seems there is no interpolation happening? See https://github.com/trinodb/trino/pull/20734
When passing module list with leading `,` mvnd will crash with `java.lang.StringIndexOutOfBoundsException: String index out of range: 0`, but maven works fine. ### To reproduce: ```bash # mvnd crashes $...