tree: 525be7950a4db5078759e9608172e4be6b953e94 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
src/main/resources/archetype-resources/README.md

Content Package project

This project has been generated by the ${artifactId} version ${version}.

Usage

The project contains a simplistic application, consisting of:

  • a resource under /content/${shortName}
  • a HTL rendering script under /apps/${shortName}/welcome/welcome.html
  • a Java Use Object under /apps/${shortName}/welcome/Time.java

To build the project, run mvn install. To deploy it on a running Sling instance, run mvn wcmio-content-package:install.

Access the resource at http://localhost:8080/content/${shortName}.html to see it rendered.