You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2023/01/29 04:59:00 UTC

[sling-org-apache-sling-app-cms] branch master updated: Minor - Enabling ITs to run on -Dci

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0b65a0ac Minor - Enabling ITs to run on -Dci
0b65a0ac is described below

commit 0b65a0acf2019332baade2ba11daf6a5358ff567
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Sat Jan 28 23:58:50 2023 -0500

    Minor - Enabling ITs to run on -Dci
---
 it/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/it/pom.xml b/it/pom.xml
index 2f473e48..d4c9a8ec 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -64,6 +64,11 @@
     <profiles>
         <profile>
             <id>ci</id>
+            <activation>
+                <property>
+                    <name>ci</name>
+                </property>
+            </activation>
             <build>
                 <plugins>
                     <!-- reserve a network port for the integration tests -->