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> <description>A guilds plugin for the TotalFreedom server.</description>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jar.finalName>${project.name}</jar.finalName>
</properties> </properties>
<build> <build>