4.0.0
me.filoghost.chestcommands
chestcommands-parent
4.0.4-SNAPSHOT
chestcommands-plugin
ChestCommands Plugin
org.bukkit
bukkit
net.milkbowl.vault
VaultAPI
me.confuser
BarAPI
me.clip
placeholderapi
org.bstats
bstats-bukkit-lite
me.filoghost.updatechecker
updatechecker
${project.groupId}
chestcommands-api
me.filoghost.fcommons
fcommons
src/main/resources
true
..
LICENSE.txt
THIRD-PARTY.txt
licenses/*
org.codehaus.mojo
build-helper-maven-plugin
set-plugin-version
validate
bsh-property
pluginVersion
projectVersion = project.version;
buildNumber = System.getenv("BUILD_NUMBER");
String pluginVersion;
if (buildNumber != null @and projectVersion.contains("SNAPSHOT")) {
pluginVersion = projectVersion + "-b" + buildNumber;
} else {
pluginVersion = projectVersion;
}
print("Project version: " + projectVersion);
print("Build number: " + buildNumber);
print("Computed plugin version: " + pluginVersion);
org.apache.maven.plugins
maven-jar-plugin
true
${pluginVersion}
org.apache.maven.plugins
maven-shade-plugin
false
false
*:*
META-INF/maven/
org.bstats.bukkit
me.filoghost.chestcommands.metrics
me.filoghost.updatechecker
me.filoghost.chestcommands.updater
me.filoghost.fcommons
me.filoghost.chestcommands.fcommons
package
shade