aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Smith <stevensmith.ome@gmail.com>2013-11-10 23:29:41 +0800
committerSteven Smith <stevensmith.ome@gmail.com>2013-11-10 23:29:41 +0800
commit84e57dd65ad3e72b79737013676dd30c37908183 (patch)
tree337b29a78e54905270393b48c94d77b8129958ac
parent9d471c7259ae6057e4ba5d90951086ea74a1af8c (diff)
Made compiled JAR executable
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 436cf7d..8f0fd8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,10 @@
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ <mainClass>Potato</mainClass>
+ </manifest>
</archive>
<finalName>Potato</finalName>
</configuration>