Skip to content

Commit

Permalink
OAK-11389 Remove m-checkstyle-p (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored Jan 25, 2025
1 parent 298dec1 commit 4b08568
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down Expand Up @@ -950,19 +946,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<failOnViolation>false</failOnViolation>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down Expand Up @@ -1047,19 +1030,6 @@
<id>pedantic</id>
<build>
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<failOnViolation>false</failOnViolation>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit 4b08568

Please sign in to comment.