Skip to content

Commit

Permalink
Remove checkstyle verification
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 22, 2024
1 parent 2067684 commit 0760a25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 228 deletions.
3 changes: 0 additions & 3 deletions maven-repository-provisioner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>io.takari.maven.plugins</groupId>
<artifactId>takari-lifecycle-plugin</artifactId>
Expand Down
209 changes: 0 additions & 209 deletions maven-repository-provisioner/src/conf/maven_checks.xml

This file was deleted.

16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>src/conf/maven_checks.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.takari.maven.plugins</groupId>
<artifactId>takari-lifecycle-plugin</artifactId>
Expand Down

0 comments on commit 0760a25

Please sign in to comment.