top of page

Create AEM Project Structure Using Lazybones

It’s great to create an AEM project structure using Lazybones instead of traditional Maven archetype. This is because the traditional way creates a lot of sample content and packages like test and launchers, which might not be required.

Download Lazybones

Go to link https://bintray.com/pledbrook/lazybones-templates/lazybones#files and download the latest lazybones.zip file lazybones-0.8.3.zip.

Extract the zip file and set the environment path variable to \lazybones-0.8.3\bin

Run the below command in windows command prompt

  • lazybones create aem-multimodule-project learn

and follow the asked questions. This will generate the AEM project structure.

Note: You can generate project structure specific to AEM 6.4 version.

bottom of page