${appName} Apache Sling CMS Project

An OSGi Bundle project created for the Apache Sling CMS. This project includes a simple client library using Bootstrap, a site configuration, a simple app with a page template and a HelloWorld Sling Model.

Building

This project requires Apache Maven 3 and Java JDK8. To build the project run:

mvn clean install

To install the bundle into a local Sling CMS instance running on port 8080, run:

mvn clean install -P autoInstallBundle