Guillaume Nodet
Guillaume Nodet
@sinyagin are you running on WSL ? that could be related to https://github.com/apache/maven-mvnd/issues/755
@nick-ling please check the message `The native library file at /tmp/jansi-2.4.0-51613297cfd7b049-libjansi.so is not executable, make sure that the directory is mounted on a partition without the noexec flag, or set...
> hi, i have a java app that spawn mvn and now i try to replace with mvnd > > i got > > Fri Feb 02 11:03:41 CET 2024...
Try running mvnd in batch mode with -B ?
The goal is to fully respect what the user environment as usually loaded by maven. The compatibility is defined by two simple things: * the JVM path (a `String`) *...
> @gnodet If you run this PR locally: > > * it will pass ok, but > * maven-conf-ignore-ext IT is **wrong**: maven.conf where ignore is, is not observed by...
@nicenemo if it can be automated, that's fine with me. Would you like working on a PR somehow ? It should ultimately add a step to https://github.com/apache/maven-mvnd/blob/master/build/release-publish.sh
My understanding is that it would go against https://github.com/apache/maven-mvnd/issues/823. Can this patch be adapted to be inlined and only require glibc 2.12 ? It would be nice to be able...
> By the way, I built the project by Docker which runs on my Apple M1 Macbook. > > So, can we use the macOS runner to start up a...
@OLibutzki @GitPopcorn The release process has changed a bit with recent releases. If someone can provide a script that would automatically publish the release to chocolatey somehow, it could be...