AEM 6.4 Project Creation Using AEM multimodule project wizard in Eclipse | Community
Skip to main content
Level 2
September 22, 2020
Solved

AEM 6.4 Project Creation Using AEM multimodule project wizard in Eclipse

  • September 22, 2020
  • 2 replies
  • 1462 views

How can I create a perfect AEM project according to my requirement using maven archetype 23 ?

I am using the below configuration, But this always results in creation of other modules such as dispatcher.ams, frontend.angular, frontend.general, frontend.react also getting created, though I have marked them as "n" or none.

 

Eclipse Maven Config:

 

 

The Above configs results in this :

 

 

 

Am I missing something in the configuration ? Is there a better way to accomplish this?

I end up manually deleting the modules post the project is created.

 

System Info:

 

Eclipse Version: Oxygen

Apache Maven 3.6.3 
Maven home: C:\apache-maven-3.6.3\bin\..
Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_212\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

 

Thank you.

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 Suraj_Kamdi

@anirudh_satchitanand 

Please use the following guide to create any MAVEN project with AEM Archtype using bash commands

https://github.com/adobe/aem-project-archetype 

 

Archtypes + AEM Version

https://github.com/adobe/aem-project-archetype/blob/master/VERSIONS.md 

2 replies

arunpatidar
Community Advisor
Community Advisor
September 22, 2020

It gets created by default but you can delete those modules from parent POM.

Example

https://github.com/arunpatidar02/aemaacs-aemlab/blob/453ec7708e6646b83290e88b909676eba33a3d7e/pom.xml#L12

Arun Patidar
Level 2
September 25, 2020
Got it, I think deleting the unnecessary modules , every time a new project is created is the only way.
Suraj_Kamdi
Community Advisor
Suraj_KamdiCommunity AdvisorAccepted solution
Community Advisor
September 23, 2020

@anirudh_satchitanand 

Please use the following guide to create any MAVEN project with AEM Archtype using bash commands

https://github.com/adobe/aem-project-archetype 

 

Archtypes + AEM Version

https://github.com/adobe/aem-project-archetype/blob/master/VERSIONS.md