Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 675 Bytes

File metadata and controls

21 lines (11 loc) · 675 Bytes

Personalization Webinar Artifacts

This a content package project containing the artifacts mentioned in the AEM Community Experts Personalization Webinar.

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 CQ instance.

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

Specifying CRX Host/Port

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