61. AEM project structure and importing project in Eclipse IDE

Опубликовано: 14 Февраль 2026
на канале: AEM and Devops Tutorial
20,009
90

AEM project structure and importing project in Eclipse IDE:
parent pom: It deploys maven modules and manages dependency versions.
core : It includes java code and deploy to the AEM as osgi bundle.
ui.apps: It contains the /apps part of the project.
ui.content: It contains the /content and /conf part of the project.
ui.test: IT contains Junit tests that are executed server side.
ui.launcher: It contains code that deploys the ui.test bundle to the servers and triggers the remote Junit execution.

Download the eclipse IDE from the link https://www.eclipse.org/downloads/pac...

Once you download it, download the AEM developers tool from the link https://eclipse.adobe.com/aem/dev-tools/

Open the Eclipse and go to help - Install new software - add.
Now give it title AEM developer too and put the above link and next. Select the modules and click and next and restart the Eclipse.

Import the project. go to file - import - maven - existing project and click ok.

share, support, like and subscribe
Subscribe : https://www.youtube.com/channel/UC5Lc...
LinkedIn :   / pankaj-ch.  .
Facebook :   / pankajchhatri  
Twitter :   / pankajchhatri  
Google plus : https://plus.google.com/u/0/+pankajch...

About : AEM/CQ5 tutorial is a youtube channel which helps you to learn AEM concepts theoretically as well as practically.