AEM Communities using Eclipse & Maven | Community
Skip to main content
joe_s66
Level 3
December 30, 2016
Solved

AEM Communities using Eclipse & Maven

  • December 30, 2016
  • 2 replies
  • 1564 views

We would like to create an AEM Communities site on our AEM 6.2 server. Is there a way to build it out using Maven and Eclipse? (instead of using the GUI). Thanks.

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 aponnusa

Hi,

Please customize the POM files you find in https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension . You can use the reference POMs to build your projects using Maven. (These POMs could be a bit outdated, but they should be a good starting point)

Thanks

2 replies

smacdonald2008
Level 10
December 30, 2016

To build community functionality into your AEM site - you would use the OOTB Community components that AEM Offers. See https://docs.adobe.com/docs/en/aem/6-2/develop/communities.html

aponnusaAdobe EmployeeAccepted solution
Adobe Employee
January 17, 2017

Hi,

Please customize the POM files you find in https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension . You can use the reference POMs to build your projects using Maven. (These POMs could be a bit outdated, but they should be a good starting point)

Thanks