nateyolles / aem-akamai-replication-agent

How to create custom replication agents in AEM using Akamai as an example.
33 stars 15 forks source link
adobe-experience-manager aem akamai replication-agent

AEM Custom Akamai Replication Agent

This project is a demonstration on how to create a custom replication agent in Adobe Experience Manager. The full description can be found at http://www.nateyolles.com/blog/2016/01/aem-akamai-custom-replication-agent.

Modules

The main parts of the template are:

Requirements

The project was created and tested with the listed requirements although it can easily be altered to work with other versions.

How to build

To build all the modules run in the project root directory the following command with Maven 3:

mvn clean install

If you have a running AEM instance you can build and package the whole project and deploy into AEM with

mvn clean install -PautoInstallPackage

Or to deploy it to a publish instance, run

mvn clean install -PautoInstallPackagePublish

Or to deploy only the bundle to the author, run

mvn clean install -PautoInstallBundle

Maven settings

The project comes with the auto-public repository configured. To setup the repository in your Maven settings, refer to:

http://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html