it's easier to update the plugins on the server when the jar file has the same name

This commit is contained in:
Telesphoreo 2020-08-17 21:25:00 -05:00
parent bc96d83048
commit e0faa7ab50

View file

@ -14,6 +14,7 @@
<description>A guilds plugin for the TotalFreedom server.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jar.finalName>${project.name}</jar.finalName>
</properties>
<build>