You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/04/21 11:43:13 UTC

[GitHub] [servicecomb-java-chassis] Shoothzj commented on a diff in pull request #2789: [SCB-2456] introduce maven spotbugs plugin

Shoothzj commented on code in PR #2789:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2789#discussion_r855096105


##########
pom.xml:
##########
@@ -295,6 +296,14 @@
           </archive>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
+        <configuration>
+          <xmlOutput>true</xmlOutput>
+          <failOnError>false</failOnError>

Review Comment:
   @liubao68 you are right, I will fix it this weekend.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org