From 59aa13cd74dc5b99eb4aa40b9ce816fcbd14dc84 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Wed, 26 Feb 2020 12:41:46 +0100 Subject: [PATCH] Remove parent POM from the processor This should fix JitPack attempting to download the annotation processor from the project that's being built --- ButtonProcessor/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ButtonProcessor/pom.xml b/ButtonProcessor/pom.xml index 9857638..e70a246 100755 --- a/ButtonProcessor/pom.xml +++ b/ButtonProcessor/pom.xml @@ -1,12 +1,6 @@ 4.0.0 - - com.github.TBMCPlugins.ChromaCore - CorePOM - master-SNAPSHOT - ../CorePOM - spigot-repo @@ -27,7 +21,10 @@ compile + + com.github.TBMCPlugins.ChromaCore ButtonProcessor + master-SNAPSHOT jar ButtonProcessor @@ -36,9 +33,12 @@ + org.apache.maven.plugins maven-compiler-plugin -proc:none + 8 + 8