From 47f33e6ccc57dc862007abdf97e66cae083749e6 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Sun, 6 Oct 2019 16:10:52 +0800 Subject: [PATCH] =?UTF-8?q?Exclude=20more=20generated=20sources=20and=20pl?= =?UTF-8?q?ugin=20instrumentation=20definition=20=E2=80=A6=20(#3561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Exclude more generated sources and plugin instrumentation definition classes --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b3775703c3..57cb2ae02e 100755 --- a/pom.xml +++ b/pom.xml @@ -532,12 +532,18 @@ true ${project.build.sourceEncoding} true - xml + + html + xml + true lombok.Generated + + org/apache/skywalking/**/*.class + org/apache/skywalking/**/*Test.class org/apache/skywalking/**/Test*.class @@ -549,7 +555,10 @@ org/apache/skywalking/oal/rt/grammar/*.class org/apache/skywalking/oap/server/exporter/grpc/*.class org/apache/skywalking/oap/server/configuration/service/*.class - grpc/health/v1/*.class + + org/apache/skywalking/apm/toolkit/**/*Activation.class + org/apache/skywalking/apm/plugin/**/*Instrumentation.class + org/apache/skywalking/apm/plugin/**/*Instrumentation$*.class