Merge pull request #17 from blha303/patch-1

Made compiled JAR executable
This commit is contained in:
Kyle Clemens 2013-11-10 07:30:28 -08:00
commit c8f20396aa

View file

@ -22,6 +22,10 @@
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>Potato</mainClass>
</manifest>
</archive>
<finalName>Potato</finalName>
</configuration>