From 030121ecfd6ef5259af67a4fba7cc7e4fb97015c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 18 May 2020 10:35:24 +0200 Subject: [PATCH] Avoid circural build-dependency --- byte-buddy.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/byte-buddy.spec b/byte-buddy.spec index 9dbe645..843954d 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -97,6 +97,9 @@ mv byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/*.java \ %pom_remove_plugin :clirr-maven-plugin %pom_remove_plugin :maven-release-plugin +# Avoid circural dependency +%pom_remove_plugin :byte-buddy-maven-plugin byte-buddy-dep + # Not interested in shading sources (causes NPE on old versions of shade plugin) %pom_xpath_set "pom:createSourcesJar" "false" byte-buddy