From 73d0cbfc29eeae5d902d976b72b41b52dd169851 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sun, 10 Apr 2022 21:34:19 +0200 Subject: [PATCH] Fix maven build --- .gitignore | 3 --- api/pom.xml | 1 + implementation/legacy/pom.xml | 31 +++++++++++++++++++++++++++++++ implementation/pom.xml | 1 + implementation/v6/pom.xml | 7 ++++++- implementation/v7/pom.xml | 1 + library/pom.xml | 26 ++++++++++++++++++++++++++ 7 files changed, 66 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1143184..4b88c97 100644 --- a/.gitignore +++ b/.gitignore @@ -65,8 +65,5 @@ nbactions.xml nb-configuration.xml .nb-gradle/ -# Git -!.gitignore - # VSCode .vscode/ \ No newline at end of file diff --git a/api/pom.xml b/api/pom.xml index 85c256e..f8e06e6 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -8,6 +8,7 @@ org.codemc.worldguardwrapper worldguardwrapper-parent 1.2.0-SNAPSHOT + ../pom.xml worldguardwrapper-api diff --git a/implementation/legacy/pom.xml b/implementation/legacy/pom.xml index f065a66..f5f39e4 100644 --- a/implementation/legacy/pom.xml +++ b/implementation/legacy/pom.xml @@ -8,6 +8,7 @@ org.codemc.worldguardwrapper worldguardwrapper-implementation 1.2.0-SNAPSHOT + ../pom.xml worldguardwrapper-implementation-legacy @@ -36,6 +37,36 @@ worldguard 6.1 provided + + + com.sk89q.spigot + bukkit-classloader-check + + + org.bukkit + bukkit + + + com.sk89q + commandbook + + + de.schlichtherle + truezip + + + rhino + js + + + com.sk89q + jchronic + + + com.google.code.findbugs + jsr305 + + diff --git a/implementation/pom.xml b/implementation/pom.xml index 64787ea..ff91359 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -8,6 +8,7 @@ org.codemc.worldguardwrapper worldguardwrapper-parent 1.2.0-SNAPSHOT + ../pom.xml worldguardwrapper-implementation diff --git a/implementation/v6/pom.xml b/implementation/v6/pom.xml index a3e13d3..445d083 100644 --- a/implementation/v6/pom.xml +++ b/implementation/v6/pom.xml @@ -8,6 +8,7 @@ org.codemc.worldguardwrapper worldguardwrapper-implementation 1.2.0-SNAPSHOT + ../pom.xml worldguardwrapper-implementation-v6 @@ -46,7 +47,7 @@ com.sk89q.worldedit worldedit-core - 6.1.4-SNAPSHOT + 6.1.3-SNAPSHOT provided @@ -81,6 +82,10 @@ com.sk89q jchronic + + com.google.code.findbugs + jsr305 + diff --git a/implementation/v7/pom.xml b/implementation/v7/pom.xml index cce2c6b..bea6c35 100644 --- a/implementation/v7/pom.xml +++ b/implementation/v7/pom.xml @@ -8,6 +8,7 @@ org.codemc.worldguardwrapper worldguardwrapper-implementation 1.2.0-SNAPSHOT + ../pom.xml worldguardwrapper-implementation-v7 diff --git a/library/pom.xml b/library/pom.xml index 3a208e2..d67095b 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -8,6 +8,7 @@ org.codemc.worldguardwrapper worldguardwrapper-parent 1.2.0-SNAPSHOT + ../pom.xml worldguardwrapper @@ -53,6 +54,31 @@ org.codemc.worldguardwrapper.shaded.javassist + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + META-INF/*.RSA + META-INF/*.MF + META-INF/DEPENDENCIES + META-INF/**/module-info.class + + + + + + + + false + + +