From 6e08ba669207a662e3fb1bf655e50b217d00613f Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 5 Jul 2021 03:37:53 +0200 Subject: [PATCH] fix velocity pom --- CommandWhitelistVelocity/pom.xml | 83 +++++++++++++------------------- 1 file changed, 33 insertions(+), 50 deletions(-) diff --git a/CommandWhitelistVelocity/pom.xml b/CommandWhitelistVelocity/pom.xml index 661ef40..d5d6d49 100644 --- a/CommandWhitelistVelocity/pom.xml +++ b/CommandWhitelistVelocity/pom.xml @@ -7,18 +7,6 @@ eu.endermite.commandwhitelist CommandWhitelistVelocity 2.0 - - - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 - - - - jar CommandWhitelistVelocity @@ -30,46 +18,41 @@ youhavetrouble.me - - - release - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + - ${java.version} - ${java.version} + false - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.4 - - - package - - shade - - - false - - - - - - - - src/main/resources - true - - - - - + + + + + + + src/main/resources + true + + +