Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

AEM 6.4 Project Creation Using AEM multimodule project wizard in Eclipse

Avatar

Level 2

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:

 

anirudhs2104115_0-1600764884754.png

 

The Above configs results in this :

 

anirudhs2104115_0-1600766617578.png

 

 

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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 

View solution in original post

3 Replies

Avatar

Level 2
Got it, I think deleting the unnecessary modules , every time a new project is created is the only way.

Avatar

Correct answer by
Community Advisor

@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