You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/05 15:14:57 UTC

[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #3561: Exclude more generated sources and plugin instrumentation definition …

kezhenxu94 commented on a change in pull request #3561: Exclude more generated sources and plugin instrumentation definition …
URL: https://github.com/apache/skywalking/pull/3561#discussion_r331750090
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -550,6 +550,17 @@
                             <exclude>org/apache/skywalking/oap/server/exporter/grpc/*.class</exclude>
                             <exclude>org/apache/skywalking/oap/server/configuration/service/*.class</exclude>
                             <exclude>grpc/health/v1/*.class</exclude>
+
+                            <exclude>org/apache/skywalking/apm/toolkit/**/*Activation.class</exclude>
+                            <exclude>org/apache/skywalking/apm/plugin/**/*Instrumentation.class</exclude>
+                            <exclude>org/apache/skywalking/apm/plugin/**/*Instrumentation$*.class</exclude>
+
+                            <exclude>com/google/api/**/*.class</exclude>
+                            <exclude>io/envoyproxy//**/*.class</exclude>
+                            <exclude>io/istio/**/*.class</exclude>
+                            <exclude>io/prometheus/**/*.class</exclude>
+                            <exclude>io/jaegertracing/**/*.class</exclude>
+                            <exclude>com/lyft/**/*.class</exclude>
 
 Review comment:
   Receiver proto generated classes

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services