maven-mvnd
maven-mvnd copied to clipboard
Apache Maven Daemon
`mvnd help:evaluate` doesn't print anything anymore since `1.0-m7-m39` To reproduce, setup a basic project: ```shell mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false cd my-app mkdir .mvn ``` then run `mvnd...
Hey guys, the README states, "If your source tree does not support parallel builds, use the -T1 flag on the command line to make your build sequential." So, how can...
I found some issues and resolved them when building mvnd for Linux on aarch64. I'm using docker image `ubuntu:22.04` on aarch64 machine. This is my patch: ```patch diff --git a/client/pom.xml...
There is a problem with the maven configuration environment in Synology ```shell limbo@Limbo-NAS:/opt$ java -version java version "1.8.0_202" Java(TM) SE Runtime Environment (build 1.8.0_202-b08) Java HotSpot(TM) 64-Bit Server VM (build...
ENV: ``` Apache Maven Daemon (mvnd) 1.0-m6 windows-amd64 native client (47d4c6b9c399079d91312bb8ae35d1d76e7fd97a) Terminal: org.jline.terminal.impl.jansi.win.JansiWinSysTerminal Apache Maven 4.0.0-alpha-5 (26d10a4bf9a2df75feef60da01d8706f2bf77a47) Maven home: C:\mvnd\mvn Java version: 17.0.4, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-17.0.4 Default...
In different projects with multiple modules mvnd 1.0-m7 prints in the first line Unable to find the root directory. Create a .mvn directory in the root directory or add the...
currently, mvnd ships with an embedded Maven version in it: this leads to questions on how to have a mvnd release for each Maven release, with a clear pattern #392...
Hi, This is related to the following two issues: https://github.com/apache/maven-mvnd/issues/115 and https://github.com/apache/maven-mvnd/issues/611. Shortly, I'm trying to use mvnd (version 1.0-m7/m39 with maven 3.9.3) on a multi-module project consisting of 100+...
After running any mvnd command with 0.9.0 `arrow-up` doesn't work anymore to get the history commands. Instead of the previous command, `^[[A` is printed. The problem does not exist in...
# how to reproduce start a multi-module project with `mvnd --batch-mode verify` # what to expect module names get prefixed for every line # what actually happens those lines from...