DOC

org.apache.sling : sling-project-archetype

Maven & Gradle

Jul 13, 2023

Project Archetype · This archetype is creating a full Sling Project composed of a OSGi Bundle and a Content Package which can be deployed to the Sling using specific profiles. It also contains two shadow folders that provide example code / files which are not part of the default build but can be easily copied into the active modules. If the project was created with the **optionAll** property set to **y** (yes) then an **All** package is created with acts as the single deployment unit of all bundles and packages in that project. Otherwise the **ui.apps** package is the deployment unit.

Table Of Contents

Latest Version

Download org.apache.sling : sling-project-archetype Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.sling : sling-project-archetype Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file sling-project-archetype-1.0.12-javadoc.jar to sling-project-archetype-1.0.12-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sling-project-archetype-1.0.12-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sling-project-archetype-1.0.12-sources.jar" -d "sling-project-archetype-1.0.12-javadoc" -subpackages 

Advertisement