Module folder creation using eclipse's AEM plugin | Community
Skip to main content
GK-007
Level 9
October 16, 2015
Solved

Module folder creation using eclipse's AEM plugin

  • October 16, 2015
  • 2 replies
  • 944 views

Hi All,

I am using eclipse's AEM multi module plugin for development activities. When I create project my modules are creating with " .(dot)" operator but i want module names like "<projectname>-<type of module>(xyz-ui,xyz-bundle).

How to achieve these conventions?

Eg:

    xyz

        xyz-ui

         xyz-bundle

        xyz-content

Thanks,

Kishore

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 edubey

Here is one great article by Adobe : http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html

Use same maven configuration given.

2 replies

GK-007
GK-007Author
Level 9
October 16, 2015

edubey wrote...

Here is one great article by Adobe : http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html

Use same maven configuration given.

 

Thanks I got the solution.

edubey
edubeyAccepted solution
Level 10
October 16, 2015