maven-mvnd icon indicating copy to clipboard operation
maven-mvnd copied to clipboard

Apache Maven Daemon

Results 215 maven-mvnd issues
Sort by recently updated
recently updated
newest added

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.

documentation

execute `mvnd clean` `mvnd -version`,tip me 'Could not get a real path from path $JAVA_HOME' ![image](https://user-images.githubusercontent.com/23392657/191907149-8459df31-e109-4ff9-9662-d3049f483a1c.png)

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 $...