You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/06/28 14:58:51 UTC

[sling-parent] branch master updated: SLING-10569 Fix broken jacoco-it.exec

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fdb306  SLING-10569 Fix broken jacoco-it.exec
3fdb306 is described below

commit 3fdb306971308cf471ee85c72fb86b0bc4087d69
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jun 28 16:57:23 2021 +0200

    SLING-10569 Fix broken jacoco-it.exec
---
 sling-parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 0c52a3f..ee2b8db 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -431,6 +431,7 @@
                                     <goal>prepare-agent</goal>
                                 </goals>
                                 <configuration>
+                                    <append>true</append>
                                     <destFile>${project.build.directory}/jacoco-unit.exec</destFile>
                                 </configuration>
                             </execution>
@@ -440,6 +441,7 @@
                                     <goal>prepare-agent-integration</goal>
                                 </goals>
                                 <configuration>
+                                    <append>true</append>
                                     <destFile>${project.build.directory}/jacoco-it.exec</destFile>
                                 </configuration>
                             </execution>