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/03 15:04:30 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: fix comment

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-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c114b54  fix comment
c114b54 is described below

commit c114b54f8506514c8792e100793ef3be43b3d0b5
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 3 17:04:22 2021 +0200

    fix comment
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a0a23a..ed90c2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,7 +508,7 @@
                                     <goal>prepare-agent-integration</goal>
                                 </goals>
                                 <configuration>
-                                    <destFile>${project.build.directory}/jacoco-it.exec</destFile>
+                                    <!-- each Maven fork in ITs contributes to code coverage -->
                                     <append>true</append>
                                 </configuration>
                             </execution>