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:51 UTC

[sling-site] branch add-project-archetype created (now d37978f)

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

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


      at d37978f  SLING-9882 added sling-project-archetype to the Maven Archetype page

This branch includes the following new commits:

     new d37978f  SLING-9882 added sling-project-archetype to the Maven Archetype page

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by cr...@apache.org.
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`).