Skip to content

Commit

Permalink
[Pulsar client] Enable spotbugs in module pulsar-client-shade. (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
congbobo184 authored Feb 22, 2021
1 parent e4523e0 commit 5216ee1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pulsar-client-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,20 @@
</executions>
</plugin>

<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<executions>
<execution>
<id>spotbugs</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<!-- This plugin is used to run a script after the package phase in order to rename
libnetty_transport_native_epoll_x86_64.so from Netty into
Expand Down

0 comments on commit 5216ee1

Please sign in to comment.