Skip to content

Commit

Permalink
RAT-369: Fail the build if there are any bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Apr 16, 2024
1 parent b404d02 commit b23aac3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,13 @@ agnostic home for software distribution comprehension and audit tools.
</plugin>
</plugins>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit b23aac3

Please sign in to comment.