You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by js...@apache.org on 2023/03/08 16:49:14 UTC

[unomi] branch UNOMI-746-deactivate-jacoco created (now 0bcd4150c)

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

jsinovassinnaik pushed a change to branch UNOMI-746-deactivate-jacoco
in repository https://gitbox.apache.org/repos/asf/unomi.git


      at 0bcd4150c UNOMI-746 : execute jacoco only in java 8

This branch includes the following new commits:

     new 0bcd4150c UNOMI-746 : execute jacoco only in java 8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi] 01/01: UNOMI-746 : execute jacoco only in java 8

Posted by js...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jsinovassinnaik pushed a commit to branch UNOMI-746-deactivate-jacoco
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 0bcd4150c244662e6bec2f0cecb4955235fb0b23
Author: jsinovassin <js...@jahia.com>
AuthorDate: Wed Mar 8 17:49:05 2023 +0100

    UNOMI-746 : execute jacoco only in java 8
---
 itests/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/itests/pom.xml b/itests/pom.xml
index 375e816b6..31bd0f327 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -282,6 +282,16 @@
                             </execution>
                         </executions>
                     </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>jacoco-report-exec</id>
+            <activation>
+                <jdk>1.8</jdk>
+            </activation>
+            <build>
+                <plugins>
                     <plugin>
                         <artifactId>exec-maven-plugin</artifactId>
                         <groupId>org.codehaus.mojo</groupId>