EasonPai / asset-share-commons

A modern, open-source asset share reference implementation built on Adobe Experience Manager (AEM)

Home Page:https://adobe-marketing-cloud.github.io/asset-share-commons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

Asset Share Commons

This a content package project generated using the AEM Multimodule Lazybones template.

Documentation

https://adobe-marketing-cloud.github.io/asset-share-commons/

Building

This project uses Maven for building. Common commands:

From the root directory, run mvn -PautoInstallPackage clean install to build the bundle and content package and install to a AEM instance.

From the bundle directory, run mvn -PautoInstallBundle clean install to build just the bundle and install to a AEM instance.

Building All

By default the sample content is not installed. If you want to deploy the sample content to an AEM instance:

From the root directory, run mvn -PautoInstallPackage-all clean install to build the bundle ui.apps and ui.content content packages and install to a AEM instance.

Using with AEM Developer Tools for Eclipse

To use this project with the AEM Developer Tools for Eclipse, import the generated Maven projects via the Import:Maven:Existing Maven Projects wizard. Then enable the Content Package facet on the content project by right-clicking on the project, then select Configure, then Convert to Content Package... In the resulting dialog, select src/main/content as the Content Sync Root.

Specifying CRX Host/Port

The CRX host and port can be specified on the command line with: mvn -Dcrx.host=otherhost -Dcrx.port=5502

Dependencies

About

A modern, open-source asset share reference implementation built on Adobe Experience Manager (AEM)

https://adobe-marketing-cloud.github.io/asset-share-commons/


Languages

Language:JavaScript 45.2%Language:CSS 32.2%Language:Java 19.6%Language:HTML 3.0%