You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/05/04 06:21:17 UTC

[jackrabbit-filevault] branch master updated: releng: always append to jacoco file for ITs

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 84df2bb  releng: always append to jacoco file for ITs
84df2bb is described below

commit 84df2bbfa3fc13546139a4c2789765e2a2675f97
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue May 4 08:20:43 2021 +0200

    releng: always append to jacoco file for ITs
---
 parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index f08f780..c368349 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -631,6 +631,8 @@ Bundle-Category: jackrabbit
                                 </goals>
                                 <configuration>
                                     <destFile>${project.build.directory}/jacoco-it.exec</destFile>
+                                     <!-- potentially ITs fork Java again (e.g. for testing Maven plugins), therefore always append to destFile as multiple VMs would then write to the same file -->
+                                    <append>true</append>
                                 </configuration>
                             </execution>
                             <execution>