From b1e5fd2f134693d1ab58604bdf890b6ac63ac917 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Thu, 5 Dec 2024 21:22:25 +0100 Subject: [PATCH] Add missing dependency for bundle fragment "bundle-onprem" Simplify embedding Only run aemanalyser on package with classifier "cloud" --- all/pom.xml | 100 +++++++++++++++------------------------------------- 1 file changed, 28 insertions(+), 72 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index bd627dd784..d6a71ac497 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -48,6 +48,7 @@ container **/META-INF/*,**/thumbnail.png + /apps/acs-commons/install @@ -59,38 +60,10 @@ acs-aem-commons-all - ${project.groupId} - acs-aem-commons-bundle - /apps/acs-commons/install - true - true - - - ${project.groupId} - acs-aem-commons-bundle-onprem - /apps/acs-commons/install - true - true - - - ${project.groupId} - acs-aem-commons-ui.apps + + ~acs-aem-commons-bundle-cloud ~cloud - /apps/acs-commons/install - true - true - - - ${project.groupId} - acs-aem-commons-ui.content - /apps/acs-commons/install - true - true - - - ${project.groupId} - acs-aem-commons-ui.config - /apps/acs-commons/install + jar,zip true true @@ -204,6 +177,18 @@ ${project.version} provided + + ${project.groupId} + acs-aem-commons-bundle-onprem + ${project.version} + provided + + + com.adobe.acs + acs-aem-commons-bundle-cloud + ${project.version} + jar + ${project.groupId} acs-aem-commons-ui.apps @@ -211,6 +196,13 @@ zip provided + + com.adobe.acs + acs-aem-commons-ui.apps + cloud + ${project.version} + zip + ${project.groupId} acs-aem-commons-ui.content @@ -278,39 +270,15 @@ all + - ${project.groupId} - acs-aem-commons-bundle - /apps/acs-commons/install - true - true - - - ${project.groupId} - acs-aem-commons-bundle-cloud - /apps/acs-commons/install + ~acs-aem-commons-bundle-onprem,~acs-aem-commons-ui.apps true true - ${project.groupId} acs-aem-commons-ui.apps cloud - /apps/acs-commons/install - true - true - - - ${project.groupId} - acs-aem-commons-ui.content - /apps/acs-commons/install - true - true - - - ${project.groupId} - acs-aem-commons-ui.config - /apps/acs-commons/install true true @@ -348,26 +316,14 @@ project-analyse + + cloud + - - - com.adobe.acs - acs-aem-commons-bundle-cloud - ${project.version} - jar - - - com.adobe.acs - acs-aem-commons-ui.apps - cloud - ${project.version} - zip - -