mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-03-02 04:02:00 +01:00
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:
parent
dac38c3b36
commit
bc93ea7cb5
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -4,8 +4,8 @@ website: "${website}"
|
||||
main: "${mainClass}"
|
||||
description: "${project.description}"
|
||||
version: "${version}"
|
||||
depend: [ ${dependencies} ]
|
||||
api-version: "1.13"
|
||||
${dependencies}
|
||||
|
||||
permissions:
|
||||
backpack.*:
|
||||
|
Loading…
Reference in New Issue
Block a user