This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 875a0482 RAT-349: Fail the build if integration tests fail
new 59c82e05 Merge pull request #197 from nielsbasjes/RAT-349-InvokerNoFail
875a0482 is described below
commit 875a04823fd95bea118d5cb0f8bef57bbd0648f9
Author: Niels Basjes <[email protected]>
AuthorDate: Sun Jan 14 13:33:15 2024 +0100
RAT-349: Fail the build if integration tests fail
---
apache-rat-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 021db248..ac4ba5da 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -145,7 +145,7 @@
<id>integration-test</id>
<goals>
<goal>install</goal>
- <goal>integration-test</goal>
+ <goal>run</goal>
</goals>
</execution>
</executions>