This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch feature/RAT-369
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/feature/RAT-369 by this push:
new b23aac3e RAT-369: Fail the build if there are any bugs
b23aac3e is described below
commit b23aac3e2e5ec0666eb577ba1f30ef0de6e7b77c
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Apr 16 23:02:40 2024 +0200
RAT-369: Fail the build if there are any bugs
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6eaf501a..d41e3768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>