build: add Maven Wrapper (#27)

Add Maven Wrapper to ensure consistent build environment and
eliminate the need for a preinstalled Maven version.

Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
This commit is contained in:
Marcus Fihlon 2026-04-29 09:18:03 +02:00 committed by GitHub
parent 9e529f8b99
commit f47730e1ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 486 additions and 0 deletions

2
.mvn/wrapper/maven-wrapper.properties vendored Normal file
View file

@ -0,0 +1,2 @@
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.15/apache-maven-3.9.15-bin.zip