maven-mvnd
maven-mvnd copied to clipboard
Apache Maven Daemon
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...
i cant use mavn-mvnd for the maven daemon can not be connected.why?
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...
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:...
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