This is an automated email from the ASF dual-hosted git repository.
andysch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new 8e30a9c Added SCM definition with the latest Git Repo info for this
project
8e30a9c is described below
commit 8e30a9cfa72c483ff8d7e8837050d00eb6997d14
Author: Andreas Schaefer <[email protected]>
AuthorDate: Wed Apr 24 09:31:01 2019 -0700
Added SCM definition with the latest Git Repo info for this project
---
pom.xml | 34 ++++++++++++++++++++--------------
1 file changed, 20 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index eccd26b..f3c9bce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,26 @@
<packaging>maven-archetype</packaging>
<name>Sling Project Archetype</name>
+ <description>
+ 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.
+ </description>
+
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-project-archetype.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-project-archetype.git</developerConnection>
+
<url>https://gitbox.apache.org/repos/asf?p=sling-project-archetype.git</url>
+ <tag>HEAD</tag>
+ </scm>
<build>
<extensions>
@@ -60,18 +80,4 @@
<version>2.4</version>
</dependency>
</dependencies>
-
- <description>
- 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.
- </description>
</project>