diff --git a/README.md b/README.md index c47b552..a91bbe7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ mvn clean verify # run the interpreter -java -jar target/transcendental-lisp-*.jar +java -jar target/transcendental-lisp-*-jar-with-dependencies.jar ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index e9bff88..83f6272 100644 --- a/pom.xml +++ b/pom.xml @@ -136,53 +136,53 @@ - - org.apache.maven.plugins - maven-shade-plugin - 3.2.0 - - - package - - shade - - - - - application.LispMain - - - - - - - - - + + - + - - - - - - - - - - - + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.0 + + + package + + single + + + + + + application.LispMain + + true + + + + jar-with-dependencies + + + + +