Author: rombert
Date: Fri Jul 16 20:09:49 2021
New Revision: 48856

Log:
archetype parent 7

Added:
    release/sling/sling-archetype-parent-7-source-release.zip   (with props)
    release/sling/sling-archetype-parent-7-source-release.zip.asc   (with props)
    release/sling/sling-archetype-parent-7-source-release.zip.md5
    release/sling/sling-archetype-parent-7-source-release.zip.sha1
    release/sling/sling-archetype-parent-7.pom
    release/sling/sling-archetype-parent-7.pom.asc   (with props)
    release/sling/sling-archetype-parent-7.pom.md5
    release/sling/sling-archetype-parent-7.pom.sha1
Removed:
    release/sling/sling-archetype-parent-6-source-release.zip
    release/sling/sling-archetype-parent-6-source-release.zip.asc
    release/sling/sling-archetype-parent-6-source-release.zip.md5
    release/sling/sling-archetype-parent-6-source-release.zip.sha1
    release/sling/sling-archetype-parent-6.pom
    release/sling/sling-archetype-parent-6.pom.asc
    release/sling/sling-archetype-parent-6.pom.md5
    release/sling/sling-archetype-parent-6.pom.sha1

Added: release/sling/sling-archetype-parent-7-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/sling-archetype-parent-7-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: release/sling/sling-archetype-parent-7-source-release.zip.asc
==============================================================================
Binary file - no diff available.

Propchange: release/sling/sling-archetype-parent-7-source-release.zip.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/sling/sling-archetype-parent-7-source-release.zip.md5
==============================================================================
--- release/sling/sling-archetype-parent-7-source-release.zip.md5 (added)
+++ release/sling/sling-archetype-parent-7-source-release.zip.md5 Fri Jul 16 
20:09:49 2021
@@ -0,0 +1 @@
+37f9d0003e29e90c20ec07f7f80cf1a7
\ No newline at end of file

Added: release/sling/sling-archetype-parent-7-source-release.zip.sha1
==============================================================================
--- release/sling/sling-archetype-parent-7-source-release.zip.sha1 (added)
+++ release/sling/sling-archetype-parent-7-source-release.zip.sha1 Fri Jul 16 
20:09:49 2021
@@ -0,0 +1 @@
+f8f76b2702b12befe47163f40778c41bbfc2bea8
\ No newline at end of file

Added: release/sling/sling-archetype-parent-7.pom
==============================================================================
--- release/sling/sling-archetype-parent-7.pom (added)
+++ release/sling/sling-archetype-parent-7.pom Fri Jul 16 20:09:49 2021
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or
+    more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>38</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>sling-archetype-parent</artifactId>
+    <packaging>pom</packaging>
+    <version>7</version>
+
+    <name>Apache Sling Archetype Parent</name>
+    <description>The parent project for Apache Sling archetypes.</description>
+
+    <properties>
+        <!-- plugin versions to use in generated archetypes -->
+        <bndplugin.version>5.0.1</bndplugin.version>
+        <jarplugin.version>3.2.0</jarplugin.version>
+        <compilerplugin.version>3.8.1</compilerplugin.version>
+        <slingplugin.version>2.4.2</slingplugin.version>
+        <launchpadplugin.version>2.3.2</launchpadplugin.version>
+        <jarplugin.version>3.2.0</jarplugin.version>
+        <warplugin.version>3.2.3</warplugin.version>
+        <jettyplugin.version>6.1.23</jettyplugin.version>
+        
+        <!-- various properties which influence generated archetypes -->
+        <archetype.java.version>11</archetype.java.version>
+        
+        <!-- dependency versions to use in generated archetypes -->
+        <junit.version>4.12</junit.version>
+        <slingapi.version>2.22.0</slingapi.version>
+        <slf4japi.version>1.7.25</slf4japi.version>
+        <versionannotations.version>1.1.0</versionannotations.version>
+        <componentannotations.version>1.4.0</componentannotations.version>
+        <metatypeannotations.version>1.4.0</metatypeannotations.version>
+        
+        <!-- define archetype tooling version in a central place -->
+        <archetype.version>3.1.2</archetype.version>
+        
+    </properties>
+
+    <scm>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-archetype-parent.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-archetype-parent.git</developerConnection>
+        
<url>https://gitbox.apache.org/repos/asf?p=sling-archetype-parent.git</url>
+      <tag>sling-archetype-parent-7</tag>
+  </scm>
+    
+    <build>
+        <resources>
+            <resource>
+                <!-- filter pom.xml -->
+                <directory>src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/pom.xml</include>
+                </includes>
+            </resource>
+            <!-- Don't filter anything else -->
+            <resource>
+                <directory>src/main/resources</directory>
+                <filtering>false</filtering>
+                <excludes>
+                    <exclude>**/pom.xml</exclude>
+                </excludes>
+            </resource>
+        </resources>    
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-resources-plugin</artifactId>
+                    <!-- 
+                        allow defining un-filtered resources in the pom.xml
+                        For example, the artifactId should not be escaped:
+                        
+                        <artifact>\${artifactId}</artifactId>
+                     -->
+                    <configuration>
+                        <escapeString>\</escapeString>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-archetype-plugin</artifactId>
+                    <version>${archetype.version}</version>
+                    <extensions>true</extensions>
+                    <!-- Verify archetype invocation was successful as part of 
the verify phase -->
+                    <configuration>
+                        
<postBuildHookScript>verify.groovy</postBuildHookScript>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <configuration>
+                        <excludes>
+                            
<exclude>src/test/resources/projects/*/goal.txt</exclude>
+                        </excludes>
+                    </configuration>
+                </plugin>                
+            </plugins>
+        </pluginManagement>
+    </build>
+
+</project>

Added: release/sling/sling-archetype-parent-7.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: release/sling/sling-archetype-parent-7.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/sling/sling-archetype-parent-7.pom.md5
==============================================================================
--- release/sling/sling-archetype-parent-7.pom.md5 (added)
+++ release/sling/sling-archetype-parent-7.pom.md5 Fri Jul 16 20:09:49 2021
@@ -0,0 +1 @@
+41e93efe2d98c4232d9b99cc7c3f5317
\ No newline at end of file

Added: release/sling/sling-archetype-parent-7.pom.sha1
==============================================================================
--- release/sling/sling-archetype-parent-7.pom.sha1 (added)
+++ release/sling/sling-archetype-parent-7.pom.sha1 Fri Jul 16 20:09:49 2021
@@ -0,0 +1 @@
+2eb39373afdc151beffb132dbaa27d51cf3ad207
\ No newline at end of file


Reply via email to