Michael Osipov
Michael Osipov
Yes, it is. The entire process execution suffers from one serious flaw that it executes a local shell rather than providing it to the system directory. The shell will do...
Is the bug still present these days?
@muehlehh I was talking about: > Accommodate Windows bug encountered in both Sun and IBM JDKs.
Without testing your PR, here is what I see on FreeBSD (FreeBSD bsd1srv.fritz.box 12.3-STABLE FreeBSD 12.3-STABLE GENERIC amd64) where `chmod -h` works as expected: ``` mosipov@bsd1srv:/usr/home/mosipov/var/Projekte/maven-shared-utils (master =) $ grep...
I'll try to look into this this month.
> IMHO copy should also not fail in case the source symlink is broken (which it currently does) I agree with that. If source leads to nowhere then dest should...
From my PoV, it should mimic [`cp(1)`](https://www.freebsd.org/cgi/man.cgi?query=cp&sektion=1&manpath=freebsd-release-ports).
@rmannibucau @kwin Do you guys want to pick this up? I would merge this into 4.0.0.
> I don't have capacity for this unfortunately. Alright, then I will remove the fix version and retain the class as-is for 4.0.0.
The `maven.multiModuleProjectDirectory` has been there for a long time. Can't we use fallthrough?