Made compiled JAR executable
This commit is contained in:
parent
9d471c7259
commit
84e57dd65a
1 changed files with 4 additions and 0 deletions
4
pom.xml
4
pom.xml
|
@ -22,6 +22,10 @@
|
|||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<mainClass>Potato</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
<finalName>Potato</finalName>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue