diff options
| author | Steven Smith <stevensmith.ome@gmail.com> | 2013-11-10 23:29:41 +0800 |
|---|---|---|
| committer | Steven Smith <stevensmith.ome@gmail.com> | 2013-11-10 23:29:41 +0800 |
| commit | 84e57dd65ad3e72b79737013676dd30c37908183 (patch) | |
| tree | 337b29a78e54905270393b48c94d77b8129958ac | |
| parent | 9d471c7259ae6057e4ba5d90951086ea74a1af8c (diff) | |
Made compiled JAR executable
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> + <manifest> + <addClasspath>true</addClasspath> + <mainClass>Potato</mainClass> + </manifest> </archive> <finalName>Potato</finalName> </configuration> |
