From 15f1494de3f30444ad10627cd2bf078cfb4b9a91 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Sat, 15 Feb 2025 17:18:32 -0600 Subject: [PATCH] Update assembly plugin configuration for runnable examples jar. --- Readme.txt | 6 ++---- examples/pom.xml | 9 +++++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Readme.txt b/Readme.txt index 1db036cc..0ce6bd91 100644 --- a/Readme.txt +++ b/Readme.txt @@ -56,8 +56,6 @@ To build all the Piccolo2D modules $ mvn install -To build and run the Piccolo2D examples runnable jar +To run the Piccolo2D examples runnable jar -$ cd examples -$ mvn assembly:assembly -$ java -jar target/piccolo2d-examples-3.0.1-jar-with-dependencies.jar +$ java -jar examples/target/piccolo2d-examples-{version}-jar-with-dependencies.jar diff --git a/examples/pom.xml b/examples/pom.xml index 13aaf3fe..e4641146 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -72,6 +72,15 @@ jar-with-dependencies + + + make-assembly + package + + single + + +