aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>