This is the We.Retail Commons project.
The main parts of the template are:
- ui.content: contains product data and assets
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
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
Releases are available:
- On Adobe Nexus Repo: https://repo.adobe.com/nexus/content/repositories/releases/com/adobe/cq/sample/
- In the Github release page of this project