Move author and website from plugin.yml into pom.xml
This commit is contained in:
GeorgH93 2018-05-18 18:38:04 +02:00
parent 5e281241a6
commit d493e9905a
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
3 changed files with 10 additions and 8 deletions

12
pom.xml
View File

@ -30,6 +30,13 @@
</license>
</licenses>
<properties>
<author>GeorgH93</author>
<website>https://www.spigotmc.org/resources/19286/</website>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<repositories>
<repository>
<id>spigot-repo</id>
@ -65,11 +72,6 @@
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<build>
<defaultGoal>clean install</defaultGoal>
<sourceDirectory>src</sourceDirectory>

View File

@ -7,7 +7,7 @@ Language:
UpdateUUIDs: Start updating database to UUIDs ...
UpdatedUUIDs: 'Updated %s accounts to UUIDs.'
Ingame:
NoPermission: You don't have the Permission to do that.
NoPermission: "You don't have the permission to do that."
OwnBackPackClose: 'Backpack closed!'
PlayerBackPackClose: "%s's backpack closed!"
InvalidBackpack: Invalid backpack.

View File

@ -1,6 +1,6 @@
name: ${project.name}
author: GeorgH93
website: http://dev.bukkit.org/bukkit-plugins/minepacks/
author: ${author}
website: ${website}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
description: ${project.description}
version: ${project.version}