From 4a8902ad21bec79cad044867bdd0184c5eb5bd5d Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 5 Jul 2021 05:20:34 +0200 Subject: [PATCH] maven is yes --- CommandWhitelistBukkit/pom.xml | 17 +++++++------ CommandWhitelistCommon/pom.xml | 14 +++++++++-- CommandWhitelistVelocity/pom.xml | 15 ++++++----- CommandWhitelistWaterfall/pom.xml | 17 +++++++------ pom.xml | 42 +------------------------------ 5 files changed, 42 insertions(+), 63 deletions(-) diff --git a/CommandWhitelistBukkit/pom.xml b/CommandWhitelistBukkit/pom.xml index 64bea9c..fe28f71 100644 --- a/CommandWhitelistBukkit/pom.xml +++ b/CommandWhitelistBukkit/pom.xml @@ -3,13 +3,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + eu.endermite.commandwhitelist + CommandWhitelist + 2.0 + - eu.endermite.bukkit - CommandWhitelistBukkit - 2.0 + Bukkit jar - - CommandWhitelistBukkit + CommandWhitelist You decide what commands players can use or tab complete on your server! @@ -40,6 +42,7 @@ shade + ${name}-${artifactId}-${project.parent.version} false @@ -85,9 +88,9 @@ compile - eu.endermite + eu.endermite.commandwhitelist Common - 2.0 + ${parent.version} compile diff --git a/CommandWhitelistCommon/pom.xml b/CommandWhitelistCommon/pom.xml index 286a375..5294971 100644 --- a/CommandWhitelistCommon/pom.xml +++ b/CommandWhitelistCommon/pom.xml @@ -2,14 +2,23 @@ + 4.0.0 + eu.endermite.commandwhitelist CommandWhitelist - eu.endermite 2.0 - 4.0.0 Common + jar + CommandWhitelist + + You decide what commands players can use or tab complete on your server! + + 1.8 + UTF-8 + + youhavetrouble.me @@ -34,6 +43,7 @@ false + ${name}-${artifactId}-${project.parent.version} diff --git a/CommandWhitelistVelocity/pom.xml b/CommandWhitelistVelocity/pom.xml index ecd2a01..9306b74 100644 --- a/CommandWhitelistVelocity/pom.xml +++ b/CommandWhitelistVelocity/pom.xml @@ -3,13 +3,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + eu.endermite.commandwhitelist + CommandWhitelist + 2.0 + - eu.endermite.commandwhitelist - CommandWhitelistVelocity - 2.0 + Velocity jar - - CommandWhitelistVelocity + CommandWhitelist You decide what commands players can use or tab complete on your server! @@ -41,6 +43,7 @@ false + ${name}-${artifactId}-${project.parent.version} org.bstats @@ -83,7 +86,7 @@ provided - eu.endermite + eu.endermite.commandwhitelist Common 2.0 compile diff --git a/CommandWhitelistWaterfall/pom.xml b/CommandWhitelistWaterfall/pom.xml index a74a7f4..0edb4e5 100644 --- a/CommandWhitelistWaterfall/pom.xml +++ b/CommandWhitelistWaterfall/pom.xml @@ -3,12 +3,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + eu.endermite.commandwhitelist + CommandWhitelist + 2.0 + - eu.endermite.commandwhitelist - CommandWhitelistWaterfall - 2.0 + Waterfall jar - CommandWhitelist You decide what commands players can use or tab complete on your server! @@ -16,9 +18,9 @@ 1.8 UTF-8 + youhavetrouble.me - clean package org.apache.maven.plugins @@ -41,6 +43,7 @@ false + ${name}-${artifactId}-${project.parent.version} org.bstats @@ -83,9 +86,9 @@ provided - eu.endermite + eu.endermite.commandwhitelist Common - 2.0 + ${parent.version} compile diff --git a/pom.xml b/pom.xml index ccf9b64..f12d4bc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - eu.endermite + eu.endermite.commandwhitelist CommandWhitelist 2.0 @@ -23,51 +23,11 @@ UTF-8 - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.4 - - - package - - shade - - - false - - - - - - - - src/main/resources - true - - - - sonatype https://oss.sonatype.org/content/groups/public/ - - minecraft-repo - https://libraries.minecraft.net/ -