This improves DX by adding the ability to use ./mvnw, so you aren't
required to manually install Maven anymore.
It also fixes (rare) issues with platform specific Maven builds (e.g.
https://github.com/codehaus-plexus/plexus-compiler/issues/394).
Also use Maven Wrapper in GitHub Actions CI, which eliminates the need
for the stCarols/setup-maven action.
Signed-off-by: Florian Hotze <dev@florianhotze.com>
This suppresses the warning about missing top level directory marker
during build with Maven 4.
The approach to add `.mvn` dir is the option to do it which does not
impact our standard builds with Maven 3.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>