From 518cad685a166e43a5a609d9a38d705bbd508cb8 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Wed, 22 Apr 2020 11:50:21 +1000 Subject: [PATCH] Improve build process By: md_5 --- paper-api/pom.xml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/paper-api/pom.xml b/paper-api/pom.xml index ba4856e5ed..92f99b14ba 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -107,6 +107,19 @@ + + net.md-5 + scriptus + 0.4.1 + + + initialize + + describe + + + + org.apache.maven.plugins maven-compiler-plugin @@ -127,9 +140,12 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.2.0 + + false + org.bukkit @@ -139,7 +155,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.2.3 package @@ -149,6 +165,14 @@ + + + *:* + + META-INF/MANIFEST.MF + + + true @@ -167,7 +191,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.0 + 3.1.1 process-classes @@ -184,7 +208,7 @@ com.puppycrawl.tools checkstyle - 8.29 + 8.31