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

Module folder creation using eclipse's AEM plugin

  • October 16, 2015
  • 2 replies
  • 928 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

edubey
edubeyAccepted solution
New Participant
October 16, 2015
GK-007
GK-007Author
New Participant
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.