File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >ee.ant</groupId >
66 <artifactId >dotmatrix</artifactId >
7- <version >0.0.1-SNAPSHOT</version >
8- <modules >
9- <module >consoleTest</module >
10- </modules >
11- <packaging >pom</packaging >
7+ <version >1.0.0-RELEASE</version >
128
139 <name >DotMatrix</name >
1410
2824 <target >1.8</target >
2925 </configuration >
3026 </plugin >
27+ <plugin >
28+ <!-- Build an executable JAR -->
29+ <groupId >org.apache.maven.plugins</groupId >
30+ <artifactId >maven-jar-plugin</artifactId >
31+ <version >3.1.0</version >
32+ <configuration >
33+ <archive >
34+ <manifest >
35+ <mainClass >ee.ant.dotmatrix.Main</mainClass >
36+ </manifest >
37+ </archive >
38+ </configuration >
39+ </plugin >
3140 </plugins >
3241 </build >
3342
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ java -jar target/dotmatrix-1.0.0-RELEASE.jar
You can’t perform that action at this time.
0 commit comments