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/07 14:05:51 UTC

[sling-site] branch add-project-archetype updated (d37978f -> 8c3a9ef)

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.


 discard d37978f  SLING-9882 added sling-project-archetype to the Maven Archetype page
     new 8c3a9ef  SLING-10857 added sling-project-archetype to the Maven Archetype page

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d37978f)
            \
             N -- N -- N   refs/heads/add-project-archetype (8c3a9ef)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:

[sling-site] 01/01: SLING-10857 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 8c3a9efa5e26dedb3a35d2f3a9e78718960914ad
Author: Cris Rockwell <cm...@umich.edu>
AuthorDate: Wed Oct 6 17:25:25 2021 -0400

    SLING-10857 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`).