AEM Cloud multi module setup | Community
Skip to main content
AEMLearner-1989
Level 4
July 4, 2023
Solved

AEM Cloud multi module setup

  • July 4, 2023
  • 3 replies
  • 1178 views

Hi Team,

 

Do you have any document or sample project structure for multimodule project setup on caas.

 

Requirement:

Parent project

Project A 

Project B

 

In cloud manager we cannot have 2 repository projects deployed to same environment with different piplelines. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Rohit_Utreja
Community Advisor
Community Advisor
July 4, 2023

@aemlearner-1989 

A similar use case has been discussed in the thread below.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/multi-tenant-deployments-using-cloud-manager/td-p/364123

 

The correct marked answer in the above thread might be interesting for you.

I hope it helps!

DPrakashRaj
Community Advisor
Community Advisor
July 5, 2023

Take a look at section 

“6.1. Generating Parent POM”of https://www.baeldung.com/maven-multi-module and you can always build from this Pom. You can add several projects that you want to build from this Pom in module section. 
even you can always control which project to build from this project by only adding the project module in the module section. In this case you have the option to deploy more than one project on aem at a time or you can maintain only one main project git repo for all your project and can do the on demand deployments of your project