Combine differents AEM project into a single project AEM | Community
Skip to main content
Level 2
February 7, 2020
Solved

Combine differents AEM project into a single project AEM

  • February 7, 2020
  • 1 reply
  • 3450 views

I want to combine 2 differents project AEM into a single project. Is this possible ? How i can to do that ?

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

It can be done. But the way depends on what you mean with "single project". Do you mean a single deployment artifact containing the relevant bundles and packages of both origin projects? Or are you more interested in way to build both project as part of a simple maven build?

But in the end it's mostly about maven; and only in the details (how much deployment artifacts do you want to have) it's AEM specific.

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
February 9, 2020

It can be done. But the way depends on what you mean with "single project". Do you mean a single deployment artifact containing the relevant bundles and packages of both origin projects? Or are you more interested in way to build both project as part of a simple maven build?

But in the end it's mostly about maven; and only in the details (how much deployment artifacts do you want to have) it's AEM specific.

Level 2
February 10, 2020
Hi Jorg, I am interested in the second option, I want to import a single project maven and in that project has my 2 projects.