Skip to content

Commit

Permalink
Fix validation step
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 8, 2024
1 parent 472349c commit 582b88f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions microbenchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,9 @@
<version>${apache-rat-plugin.version}</version>
<configuration>
<excludes>
<!-- This is generated during maven build -->
<exclude>dependency-reduced-pom.xml</exclude>

<!-- IntelliJ -->
<exclude>**/.idea/**</exclude>

Expand Down Expand Up @@ -1123,6 +1126,8 @@
<exclude>**/*.iml</exclude>
<exclude>**/*.iws</exclude>
<exclude>**/*.ipr</exclude>
<!-- sdkman -->
<exclude>**/.sdkmanrc</exclude>

<!-- Maven (CI builds) -->
<exclude>.repository/**</exclude>
Expand Down

0 comments on commit 582b88f

Please sign in to comment.