From 5216ee1fbd0d27d572f201bde8dca5c03eec807e Mon Sep 17 00:00:00 2001 From: congbo <39078850+congbobo184@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:54:42 +0800 Subject: [PATCH] [Pulsar client] Enable spotbugs in module pulsar-client-shade. (#9632) --- pulsar-client-shaded/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pulsar-client-shaded/pom.xml b/pulsar-client-shaded/pom.xml index 32eeccd2eb427..d523dfa5fdd55 100644 --- a/pulsar-client-shaded/pom.xml +++ b/pulsar-client-shaded/pom.xml @@ -268,6 +268,20 @@ + + com.github.spotbugs + spotbugs-maven-plugin + + + spotbugs + verify + + check + + + + +