Move the whole depend string into the pom.xml

now there is no longer a empty list in the plugin.yml when the plugin is build in standalone mode
This commit is contained in:
GeorgH93 2019-06-01 18:28:06 +02:00
parent dac38c3b36
commit bc93ea7cb5
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<author>GeorgH93</author>
<website>https://www.spigotmc.org/resources/19286/</website>
<version>${project.version}</version>
<dependencies>PCGF_PluginLib</dependencies>
<dependencies>depend: [ PCGF_PluginLib ]</dependencies>
<mainClass>${project.groupId}.${project.artifactId}.Bukkit.${project.artifactId}</mainClass>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

View File

@ -4,8 +4,8 @@ website: "${website}"
main: "${mainClass}"
description: "${project.description}"
version: "${version}"
depend: [ ${dependencies} ]
api-version: "1.13"
${dependencies}
permissions:
backpack.*: