diff --git a/deployProject.sh b/deployProject.sh index 03cced8..84a8483 100644 --- a/deployProject.sh +++ b/deployProject.sh @@ -8,6 +8,7 @@ fi rm -r dist/* 2>/dev/null; dir=$(pwd) cd target; +# jar [...] --manifest=[...] with main class does work when running with "java -jar" but not with "java --module-path" # --create --file <=> cf jar --create --file=../dist/zeitlaeufer.jar --main-class=de.szimnau.zeitlaeufer.Main ./**/*; cd $dir