@@ -94,7 +94,11 @@ void testBuild(Set<String> cloudManagerTarget, List<String> runmodeSuffixes) thr
9494
9595 for (String runmodeSuffix : runmodeSuffixes ) {
9696 File applicationInstallDir = new File (applicationDir , "install" + runmodeSuffix );
97- assertFiles (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" );
97+ assertFiles (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
98+ "aem-cms-system-config" + runmodeSuffix + ".zip" );
99+ assertNameDependencies (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
100+ "acs-aem-commons-ui.apps" + runmodeSuffix ,
101+ "day/cq60/product:cq-content:6.3.64" );
98102 assertNameDependencies (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" ,
99103 "aem-cms-system-config" + runmodeSuffix ,
100104 "day/cq60/product:cq-ui-wcm-editor-content:1.1.224" ,
@@ -106,8 +110,12 @@ void testBuild(Set<String> cloudManagerTarget, List<String> runmodeSuffixes) thr
106110
107111 for (String runmodeSuffix : runmodeSuffixes ) {
108112 File contentInstallDir = new File (contentDir , "install" + runmodeSuffix );
109- assertFiles (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
113+ assertFiles (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
114+ "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
110115 "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" );
116+ assertNameDependencies (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
117+ "acs-aem-commons-ui.content" + runmodeSuffix ,
118+ "adobe/consulting:acs-aem-commons-ui.apps:4.10.0" );
111119 assertNameDependencies (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
112120 "aem-cms-author-replicationagents" + runmodeSuffix );
113121 assertNameDependencies (contentInstallDir , "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" ,
@@ -130,7 +138,7 @@ void testBuild(Set<String> cloudManagerTarget, List<String> runmodeSuffixes) thr
130138
131139 @ ParameterizedTest
132140 @ MethodSource ("cloudManagerTargetVariants" )
133- void testBuil_IMMUTABLE_MUTABLE_COMBINED (Set <String > cloudManagerTarget , List <String > runmodeSuffixes ) throws Exception {
141+ void testBuild_IMMUTABLE_MUTABLE_COMBINED (Set <String > cloudManagerTarget , List <String > runmodeSuffixes ) throws Exception {
134142 List <ContentPackageFile > contentPackages = new ModelParser ().getContentPackagesForNode (nodeDir );
135143 File targetFile = new File (targetDir , "all.zip" );
136144
@@ -149,7 +157,11 @@ void testBuil_IMMUTABLE_MUTABLE_COMBINED(Set<String> cloudManagerTarget, List<St
149157
150158 for (String runmodeSuffix : runmodeSuffixes ) {
151159 File applicationInstallDir = new File (applicationDir , "install" + runmodeSuffix );
152- assertFiles (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" );
160+ assertFiles (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
161+ "aem-cms-system-config" + runmodeSuffix + ".zip" );
162+ assertNameDependencies (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
163+ "acs-aem-commons-ui.apps" + runmodeSuffix ,
164+ "day/cq60/product:cq-content:6.3.64" );
153165 assertNameDependencies (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" ,
154166 "aem-cms-system-config" + runmodeSuffix ,
155167 "day/cq60/product:cq-ui-wcm-editor-content:1.1.224" ,
@@ -162,10 +174,15 @@ void testBuil_IMMUTABLE_MUTABLE_COMBINED(Set<String> cloudManagerTarget, List<St
162174
163175 for (String runmodeSuffix : runmodeSuffixes ) {
164176 File contentInstallDir = new File (contentDir , "install" + runmodeSuffix );
165- assertFiles (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
177+ assertFiles (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
178+ "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
166179 "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" );
180+ assertNameDependencies (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
181+ "acs-aem-commons-ui.content" + runmodeSuffix ,
182+ "adobe/consulting:acs-aem-commons-ui.apps" + runmodeSuffix + ":4.10.0" );
167183 assertNameDependencies (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
168- "aem-cms-author-replicationagents" + runmodeSuffix );
184+ "aem-cms-author-replicationagents" + runmodeSuffix ,
185+ "adobe/consulting:acs-aem-commons-ui.content" + runmodeSuffix + ":4.10.0" );
169186 assertNameDependencies (contentInstallDir , "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" ,
170187 "wcm-io-samples-sample-content" + runmodeSuffix ,
171188 "wcm-io-samples:wcm-io-samples-complete" + runmodeSuffix + ":1.3.1-SNAPSHOT" );
@@ -208,22 +225,31 @@ void testBuild_IMMUTABLE_MUTABLE_SEPARATE(Set<String> cloudManagerTarget, List<S
208225
209226 for (String runmodeSuffix : runmodeSuffixes ) {
210227 File applicationInstallDir = new File (applicationDir , "install" + runmodeSuffix );
211- assertFiles (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" );
228+ assertFiles (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
229+ "aem-cms-system-config" + runmodeSuffix + ".zip" );
230+ assertNameDependencies (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
231+ "acs-aem-commons-ui.apps" + runmodeSuffix ,
232+ "day/cq60/product:cq-content:6.3.64" );
212233 assertNameDependencies (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" ,
213234 "aem-cms-system-config" + runmodeSuffix ,
214235 "day/cq60/product:cq-ui-wcm-editor-content:1.1.224" ,
215- "adobe/cq/product:cq-remotedam-client-ui-components:1.1.6" );
236+ "adobe/cq/product:cq-remotedam-client-ui-components:1.1.6" ,
237+ "adobe/consulting:acs-aem-commons-ui.apps" + runmodeSuffix + ":4.10.0" );
216238 }
217239
218240 File contentDir = new File (appsDir , "content" );
219241 assertFiles (contentDir , toInstallFolderNames ("install" , runmodeSuffixes ));
220242
221243 for (String runmodeSuffix : runmodeSuffixes ) {
222244 File contentInstallDir = new File (contentDir , "install" + runmodeSuffix );
223- assertFiles (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
245+ assertFiles (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
246+ "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
224247 "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" );
248+ assertNameDependencies (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
249+ "acs-aem-commons-ui.content" + runmodeSuffix );
225250 assertNameDependencies (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
226- "aem-cms-author-replicationagents" + runmodeSuffix );
251+ "aem-cms-author-replicationagents" + runmodeSuffix ,
252+ "adobe/consulting:acs-aem-commons-ui.content" + runmodeSuffix + ":4.10.0" );
227253 assertNameDependencies (contentInstallDir , "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" ,
228254 "wcm-io-samples-sample-content" + runmodeSuffix ,
229255 "wcm-io-samples:aem-cms-author-replicationagents" + runmodeSuffix + ":1.3.1-SNAPSHOT" );
@@ -266,20 +292,28 @@ void testBuild_IMMUTABLE_ONLY(Set<String> cloudManagerTarget, List<String> runmo
266292
267293 for (String runmodeSuffix : runmodeSuffixes ) {
268294 File applicationInstallDir = new File (applicationDir , "install" + runmodeSuffix );
269- assertFiles (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" );
295+ assertFiles (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
296+ "aem-cms-system-config" + runmodeSuffix + ".zip" );
297+ assertNameDependencies (applicationInstallDir , "acs-aem-commons-ui.apps" + runmodeSuffix + "-4.10.0.zip" ,
298+ "acs-aem-commons-ui.apps" + runmodeSuffix ,
299+ "day/cq60/product:cq-content:6.3.64" );
270300 assertNameDependencies (applicationInstallDir , "aem-cms-system-config" + runmodeSuffix + ".zip" ,
271301 "aem-cms-system-config" + runmodeSuffix ,
272302 "day/cq60/product:cq-ui-wcm-editor-content:1.1.224" ,
273- "adobe/cq/product:cq-remotedam-client-ui-components:1.1.6" );
303+ "adobe/cq/product:cq-remotedam-client-ui-components:1.1.6" ,
304+ "adobe/consulting:acs-aem-commons-ui.apps" + runmodeSuffix + ":4.10.0" );
274305 }
275306
276307 File contentDir = new File (appsDir , "content" );
277308 assertFiles (contentDir , toInstallFolderNames ("install" , runmodeSuffixes ));
278309
279310 for (String runmodeSuffix : runmodeSuffixes ) {
280311 File contentInstallDir = new File (contentDir , "install" + runmodeSuffix );
281- assertFiles (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
312+ assertFiles (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
313+ "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
282314 "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" );
315+ assertNameDependencies (contentInstallDir , "acs-aem-commons-ui.content" + runmodeSuffix + "-4.10.0.zip" ,
316+ "acs-aem-commons-ui.content" + runmodeSuffix );
283317 assertNameDependencies (contentInstallDir , "aem-cms-author-replicationagents" + runmodeSuffix + ".zip" ,
284318 "aem-cms-author-replicationagents" + runmodeSuffix );
285319 assertNameDependencies (contentInstallDir , "wcm-io-samples-sample-content" + runmodeSuffix + "-1.3.1-SNAPSHOT.zip" ,
0 commit comments