This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch feature/remove-spotbugs
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 297c71df7cbe2b29f8028bf23ecc86d67e2881fa
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Feb 18 20:25:23 2025 +0100

    OAK-11501 Remove spotbugs-m-p
    
    Sonarqube Cloud provides better reporting and is decoupled from the
    regular build
---
 oak-parent/pom.xml | 37 ++-----------------------------------
 1 file changed, 2 insertions(+), 35 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 9195ad889c..13b2224558 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -310,11 +310,6 @@
             </systemPropertyVariables>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>com.github.spotbugs</groupId>
-          <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.8.6.3</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
@@ -954,20 +949,6 @@
                   </execution>
                </executions>
             </plugin>
-            <plugin>
-               <groupId>com.github.spotbugs</groupId>
-               <artifactId>spotbugs-maven-plugin</artifactId>
-               <configuration>
-                  <failOnError>false</failOnError>
-               </configuration>
-               <executions>
-                  <execution>
-                     <goals>
-                        <goal>check</goal>
-                     </goals>
-                  </execution>
-               </executions>
-            </plugin>
          </plugins>
       </build>
       <dependencies>
@@ -1039,25 +1020,11 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>com.github.spotbugs</groupId>
-            <artifactId>spotbugs-maven-plugin</artifactId>
+            <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <failOnError>false</failOnError>
+              <skipTests>${surefire.skip.ut}</skipTests>
             </configuration>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
           </plugin>
-           <plugin>
-             <artifactId>maven-surefire-plugin</artifactId>
-             <configuration>
-               <skipTests>${surefire.skip.ut}</skipTests>
-             </configuration>
-           </plugin>
         </plugins>
       </build>
     </profile>

Reply via email to