diff --git a/pom.xml b/pom.xml index f327e5fe14..282c5b9ad8 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ testing/it/e2e-selenium testing/it/it.core testing/it/it.ui.apps + testing/it/it.ui.config testing/it/it.ui.content content config diff --git a/testing/it/it.ui.config/pom.xml b/testing/it/it.ui.config/pom.xml new file mode 100644 index 0000000000..d1baec63f3 --- /dev/null +++ b/testing/it/it.ui.config/pom.xml @@ -0,0 +1,150 @@ + + + + 4.0.0 + + + + + + com.adobe.cq + core.wcm.components.parent + 2.24.5-SNAPSHOT + ../../../parent/pom.xml + + + + + + core.wcm.components.it.ui.config + 2.24.5-SNAPSHOT + content-package + + Adobe Experience Manager Core WCM Components IT OSGI Configurations + + + src/content/jcr_root + + + + + ${basedir}/src/content/META-INF/vault/definition + ../vault-work/META-INF/vault/definition + + + + + + org.apache.jackrabbit + filevault-package-maven-plugin + true + + container + + + + + /apps/system + + + + + true + + + true + + + false + + none + + + + + com.day.jcr.vault + content-package-maven-plugin + + + none + + + + + + + + + + + + autoInstallPackage + + false + + + + + com.day.jcr.vault + content-package-maven-plugin + + + install-package + + install + + + http://${aem.host}:${aem.port}${aem.contextPath}/crx/packmgr/service.jsp + true + + + + + + + + + autoInstallPackagePublish + + false + + + + + com.day.jcr.vault + content-package-maven-plugin + + + install-package-publish + + install + + + http://${aem.publish.host}:${aem.publish.port}${aem.contextPath}/crx/packmgr/service.jsp + true + + + + + + + + + diff --git a/testing/it/it.ui.config/src/content/META-INF/vault/definition/.content.xml b/testing/it/it.ui.config/src/content/META-INF/vault/definition/.content.xml new file mode 100644 index 0000000000..9437d3acdf --- /dev/null +++ b/testing/it/it.ui.config/src/content/META-INF/vault/definition/.content.xml @@ -0,0 +1,23 @@ + + + + diff --git a/testing/it/it.ui.config/src/content/META-INF/vault/filter.xml b/testing/it/it.ui.config/src/content/META-INF/vault/filter.xml new file mode 100644 index 0000000000..8d487d0b45 --- /dev/null +++ b/testing/it/it.ui.config/src/content/META-INF/vault/filter.xml @@ -0,0 +1,19 @@ + + + + + diff --git a/testing/it/it.ui.apps/src/content/jcr_root/apps/system/config/com.adobe.cq.ui.wcm.commons.internal.services.NextGenDynamicMediaConfigImpl.config b/testing/it/it.ui.config/src/content/jcr_root/apps/system/config/com.adobe.cq.ui.wcm.commons.internal.services.NextGenDynamicMediaConfigImpl.config similarity index 100% rename from testing/it/it.ui.apps/src/content/jcr_root/apps/system/config/com.adobe.cq.ui.wcm.commons.internal.services.NextGenDynamicMediaConfigImpl.config rename to testing/it/it.ui.config/src/content/jcr_root/apps/system/config/com.adobe.cq.ui.wcm.commons.internal.services.NextGenDynamicMediaConfigImpl.config