tree: 2631aa74c980b9f0d7a7f05f68ee3de5d6a741ae [path history] [tgz]
  1. src/
  2. gulpfile.js
  3. package.json
  4. pom.xml
  5. README.md
archetype/src/main/resources/archetype-resources/README.md

${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