1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-02 09:12:54 +00:00

Issue #15: Füge Maven-Wrapper-Dateien hinzu

Damit kann das Projekt ohne installiertes Maven gebaut werden, indem
`./mvnw package` oder `mvnw.cmd package` ausgeführt wird.

closes #15
This commit is contained in:
2023-03-23 13:04:35 +01:00
parent 937ca820bb
commit e89ac04691
4 changed files with 477 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/.idea/
/target/
.mvn/wrapper/maven-wrapper.jar
libs/*.jar
.project