We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0660c35 commit 672329bCopy full SHA for 672329b
2 files changed
Readme.txt
@@ -56,8 +56,6 @@ To build all the Piccolo2D modules
56
57
$ mvn install
58
59
-To build and run the Piccolo2D examples runnable jar
+To run the Piccolo2D examples runnable jar
60
61
-$ cd examples
62
-$ mvn assembly:assembly
63
-$ java -jar target/piccolo2d-examples-3.0.1-jar-with-dependencies.jar
+$ java -jar examples/target/piccolo2d-examples-{version}-jar-with-dependencies.jar
examples/pom.xml
@@ -72,6 +72,15 @@
72
<descriptorRef>jar-with-dependencies</descriptorRef>
73
</descriptorRefs>
74
</configuration>
75
+ <executions>
76
+ <execution>
77
+ <id>make-assembly</id>
78
+ <phase>package</phase>
79
+ <goals>
80
+ <goal>single</goal>
81
+ </goals>
82
+ </execution>
83
+ </executions>
84
</plugin>
85
</plugins>
86
</build>
0 commit comments