Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 958 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 958 Bytes

We.Retail Commons

This is the We.Retail Commons project.

Modules

The main parts of the template are:

  • ui.content: contains product data and assets

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

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

Releases

Releases are available: