Maven wrapper is currently having 2 issues: - The executable doesn't have the executable bit - The `.mvn` directory is ignored in Git Fixing those allow to do `./mvnw package` directly in Codespaces.
Also cleanup some gitignore entries