aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Clemens <jkc.clemens@gmail.com>2013-11-10 07:30:28 -0800
committerKyle Clemens <jkc.clemens@gmail.com>2013-11-10 07:30:28 -0800
commitc8f20396aa0b1b17f6b449b44a335d0eb07f4bed (patch)
tree337b29a78e54905270393b48c94d77b8129958ac
parent9d471c7259ae6057e4ba5d90951086ea74a1af8c (diff)
parent84e57dd65ad3e72b79737013676dd30c37908183 (diff)
Merge pull request #17 from blha303/patch-1
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>