Commit Graph

2 Commits

Author SHA1 Message Date
Julien Dubois 38abd88853
Correctly configure Maven wrapper (#348)
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.
2023-12-13 12:48:49 +01:00
Julien Perrochet 0cc9bb81ae
[misc] Clean up maven wrapper scripts: have one at the root, delete the others. (#12)
Also cleanup some gitignore entries
2023-07-06 08:33:45 +02:00