This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 5f7d2f9f5e kie-issues#647: add writeJunitReport to invoker
configuration (#5561)
5f7d2f9f5e is described below
commit 5f7d2f9f5e0d189418b036e7cb25906df4ce810f
Author: Jan Stastny <[email protected]>
AuthorDate: Tue Oct 24 13:59:50 2023 +0200
kie-issues#647: add writeJunitReport to invoker configuration (#5561)
---
build-parent/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index f3ec1cdcf9..817329c258 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -1884,6 +1884,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.1</version>
+ <configuration>
+ <writeJunitReport>true</writeJunitReport>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]