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

I installed mvnd into the alpine image (docker pull jenkins/inbound-agent:latest-alpine-jdk11) and it cannot be executed. The error message is mvnd not found. But I can view the mvnd installation file...

waiting for feedback

I want to use mvnd in company intranet, we have inner private maven center repository in company, so I need to change the settings.xml. What I do is to replace...

waiting for feedback

I download mvnd-0.7.1-windows-amd64 into my WIN10 computer, and running mvnd in a git shell window, it blocked, after enter pressed, a null pointer exception throws out, and then the cmd...

Hi there, when building a rather large project (395 maven modules), mvnd runs for few minutes and then radomly "crashes" with the following error. ``` Exception in thread "main" org.jboss.fuse.mvnd.common.DaemonException$StaleAddressException:...

bug

The implementation currently switches on the redirection when the daemon actually starts reading the System.in stream using InputStream.read() or InputStream.available().

When using `mvnd` with a Quarkus 2.X project, the output looks different to what I'm used to with `mvn`. More importantly, the keyboard input doesn't work. Is there something I...

I have a docker image that contains a regular maven installation, jdk and other build tools. I use it to run mvn (volume-mounting only my project sources and .m2) both...

It would make sense to support the `MAVEN_OPTS` environment variable. See https://github.com/apache/maven-mvnd/issues/567