You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cr...@apache.org on 2021/10/06 21:25:52 UTC

[sling-site] 01/01: SLING-9882 added sling-project-archetype to the Maven Archetype page

This is an automated email from the ASF dual-hosted git repository.

cris pushed a commit to branch add-project-archetype
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit d37978f5e1d442ddf3ecf68b1dcea0eda909ad05
Author: Cris Rockwell <cm...@umich.edu>
AuthorDate: Wed Oct 6 17:25:25 2021 -0400

    SLING-9882 added sling-project-archetype to the Maven Archetype page
---
 src/main/jbake/content/documentation/development/maven-archetypes.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/jbake/content/documentation/development/maven-archetypes.md b/src/main/jbake/content/documentation/development/maven-archetypes.md
index 9d4ceb9..876b47c 100644
--- a/src/main/jbake/content/documentation/development/maven-archetypes.md
+++ b/src/main/jbake/content/documentation/development/maven-archetypes.md
@@ -6,6 +6,10 @@ tags=development,maven
 
 Sling includes four Maven archetypes to quick start development. See [http://maven.apache.org/archetype/maven-archetype-plugin/](http://maven.apache.org/archetype/maven-archetype-plugin/) for general information on using Maven archetypes. The Maven groupId for all Sling archetypes is `org.apache.sling`.
 
+### sling-project-archetype
+
+This archetype will create a Sling project that can be deployed on the Sling 12. In contrast to the Apache Sling Maven Archetypes this one is geared towards creating a full project and not just a single module. See the [sling-project-archetype github repo](https://github.com/apache/sling-project-archetype) for more details.
+
 ### sling-launchpad-standalone-archetype
 
 This archetype generates a Maven project which will build a standalone Launchpad JAR file using the default bundle set. For demonstration purposes, the generated project includes an extra bundle list file (`src/main/bundles/list`) which includes Apache Felix FileInstall as well as a test configuration file (`src/test/config/sling.properties`).