Expand my Community achievements bar.

ui.content folder is missing for project created using lazybone

Avatar

Level 3

Hi All,

i have created a multimodule project by following below article and project got created successfully buts its missing ui.content folder. It has only core and ui.apps

Creating an Adobe Experience Manager project using Lazybones

Would really need to know what I am missing and extra step to have this folder.

2 Replies

Avatar

Level 10

As shown in this doc -- this project creates these files:

  • example-project.ui.apps - contains configuration, server-side scripts, client-side scripts, and styling code (CSS).
  • example-project.core - contains Java code which is deployed to AEM as an OSGi bundle.
  • my-project - acts as the container for the two other projects.

Avatar

Level 10

Yes, you are doing correct.

ui.content won't be created when you use Lazybones. You can use maven archetype project for this..It creates only 3 files.

ui.apps, core and my-project(container for two other projects).

Thanks,

Ratna Kumar.