Skip to content

Commit

Permalink
fixed site build
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed May 30, 2024
1 parent cd028b9 commit 453c1df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ agnostic home for software distribution comprehension and audit tools.
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>src/conf/checkstyle.xml</configLocation>
<suppressionsLocation>src/conf/checkstyle-suppression.xml</suppressionsLocation>
<suppressionsLocation>src/conf/checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -525,6 +525,10 @@ agnostic home for software distribution comprehension and audit tools.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>src/conf/checkstyle.xml</configLocation>
<suppressionsLocation>src/conf/checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
Expand Down

0 comments on commit 453c1df

Please sign in to comment.