ivankelly commented on a change in pull request #834: Issue 741: Switch to 
Spotbugs
URL: https://github.com/apache/bookkeeper/pull/834#discussion_r156626723
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -197,9 +197,9 @@
     </extensions>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>${findbugs-maven-plugin.version}</version>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
+        <version>${spotbugs-maven-plugin.version}</version>
         <configuration>
           
<excludeFilterFile>${session.executionRootDirectory}/buildtools/src/main/resources/bookkeeper/findbugsExclude.xml</excludeFilterFile>
 
 Review comment:
   @eolivelli it still needs to be announced when done, so people know they 
need to run spotbugs:check instead of findbugs:check

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


With regards,
Apache Git Services

Reply via email to