From 9926e9d9cd7a800dd25e2c7d3a7343994309c972 Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Thu, 28 Nov 2019 23:37:40 +0100 Subject: [PATCH] Deactivate source plugin in shaded Byte Buddy module as it potentially overwrites source jar generated by the shade plugin. --- byte-buddy/pom.xml | 9 +++++++++ pom.xml | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml index a8832e1f36a..d5bfc8911b7 100644 --- a/byte-buddy/pom.xml +++ b/byte-buddy/pom.xml @@ -252,6 +252,15 @@ + + + org.apache.maven.plugins + maven-source-plugin + ${version.plugin.source} + + true + + org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index c9d085c1e85..980df28b894 100644 --- a/pom.xml +++ b/pom.xml @@ -675,7 +675,6 @@ ${version.plugin.javadoc} - attach-javadoc jar