diff --git a/pom.xml b/pom.xml index 65303f2..c1af7f5 100644 --- a/pom.xml +++ b/pom.xml @@ -8,8 +8,11 @@ roborally 0.1-alpha + jar + Robo Rally https://github.com/inf112-v20/Fiasko + 2020 UTF-8 @@ -47,6 +50,46 @@ + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + true + lib/ + inf112.fiasko.roborally.Main + + + + + + maven-assembly-plugin + + true + + + true + inf112.fiasko.roborally.Main + + + + jar-with-dependencies + + + + + make-jar-with-dependencies + package + + single + + + + +