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
Solved! Go to Solution.
Views
Replies
Total Likes
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-a...
Use same maven configuration given.
Views
Replies
Total Likes
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-a...
Use same maven configuration given.
Views
Replies
Total Likes
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-a...
Use same maven configuration given.
Thanks I got the solution.
Views
Replies
Total Likes