Author: rombert
Date: Tue Oct 23 09:01:44 2018
New Revision: 30234

Log:
launchpad.testing 11

Added:
    release/sling/org.apache.sling.launchpad.testing-11.jar   (with props)
    release/sling/org.apache.sling.launchpad.testing-11.jar.asc   (with props)
    release/sling/org.apache.sling.launchpad.testing-11.jar.md5
    release/sling/org.apache.sling.launchpad.testing-11.jar.sha1
    release/sling/org.apache.sling.launchpad.testing-11.pom
    release/sling/org.apache.sling.launchpad.testing-11.pom.asc   (with props)
    release/sling/org.apache.sling.launchpad.testing-11.pom.md5
    release/sling/org.apache.sling.launchpad.testing-11.pom.sha1
Removed:
    release/sling/org.apache.sling.launchpad.testing-10.jar
    release/sling/org.apache.sling.launchpad.testing-10.jar.asc
    release/sling/org.apache.sling.launchpad.testing-10.jar.md5
    release/sling/org.apache.sling.launchpad.testing-10.jar.sha1
    release/sling/org.apache.sling.launchpad.testing-10.pom
    release/sling/org.apache.sling.launchpad.testing-10.pom.asc
    release/sling/org.apache.sling.launchpad.testing-10.pom.md5
    release/sling/org.apache.sling.launchpad.testing-10.pom.sha1

Added: release/sling/org.apache.sling.launchpad.testing-11.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.launchpad.testing-11.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: release/sling/org.apache.sling.launchpad.testing-11.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.launchpad.testing-11.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/sling/org.apache.sling.launchpad.testing-11.jar.md5
==============================================================================
--- release/sling/org.apache.sling.launchpad.testing-11.jar.md5 (added)
+++ release/sling/org.apache.sling.launchpad.testing-11.jar.md5 Tue Oct 23 
09:01:44 2018
@@ -0,0 +1 @@
+f30c5e3af5f3175ab9f60da73a1e93a3
\ No newline at end of file

Added: release/sling/org.apache.sling.launchpad.testing-11.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.launchpad.testing-11.jar.sha1 (added)
+++ release/sling/org.apache.sling.launchpad.testing-11.jar.sha1 Tue Oct 23 
09:01:44 2018
@@ -0,0 +1 @@
+b956fffed5b6ec7f510a7e984ec949ecfcacf94c
\ No newline at end of file

Added: release/sling/org.apache.sling.launchpad.testing-11.pom
==============================================================================
--- release/sling/org.apache.sling.launchpad.testing-11.pom (added)
+++ release/sling/org.apache.sling.launchpad.testing-11.pom Tue Oct 23 09:01:44 
2018
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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>33</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.launchpad.testing</artifactId>
+    <packaging>slingstart</packaging>
+    <version>11</version>
+
+    <name>Apache Sling Launchpad Testing</name>
+    <description>
+        Sling Launchpad Testing module, contains integration tests that
+        were previously in the launchpad webapp module.
+    </description>
+
+    <scm>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git</developerConnection>
+        
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-launchpad-testing.git</url>
+      <tag>org.apache.sling.launchpad.testing-11</tag>
+  </scm>
+
+    <properties>
+        <sling.java.version>7</sling.java.version>
+        
+        <!-- empty by design, will be activated using profiles -->
+        <sling.debug.options />
+        
+        <sling.vm.options>-Xmx1024m -Djava.awt.headless=true 
${sling.debug.options}</sling.vm.options>
+
+        <!-- path suffix for HTTP access to Sling -->
+        <http.base.path />
+
+        <!-- path suffix for WebDAV access to the repository -->
+        <webdav.workspace.path />
+
+        <!-- hostname for integration tests -->
+        <test.host>localhost</test.host>
+
+        <!-- optionally exclude some integration tests  -->
+        <failsafe.exclude />
+
+        <slf4j.version>1.7.6</slf4j.version>
+        <logback.version>1.1.2</logback.version>
+
+        <min.port>41000</min.port>
+        <max.port>41199</max.port>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>reserve-network-port</id>
+                        <goals>
+                            <goal>reserve-network-port</goal>
+                        </goals>
+                        <phase>process-resources</phase>
+                        <configuration>
+                            <portNames>
+                                <portName>http.port</portName>
+                                <portName>sling.control.port</portName>
+                            </portNames>
+                            <minPortNumber>${min.port}</minPortNumber>
+                            <maxPortNumber>${max.port}</maxPortNumber>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>slingstart-maven-plugin</artifactId>
+                <extensions>true</extensions>
+                <executions>
+                    <execution>
+                        <id>start-container</id>
+                        <goals>
+                            <goal>start</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>stop-container</id>
+                        <goals>
+                            <goal>stop</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <servers>
+                        <server>
+                            <port>${http.port}</port>
+                            <controlPort>${sling.control.port}</controlPort>
+                            <runmode>${sling.run.modes}</runmode>
+                            <contextPath>${http.base.path}</contextPath>
+                            <vmOpts>${sling.vm.options}</vmOpts>
+                        </server>
+                    </servers>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.21.0</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>integration-test</goal>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <dependenciesToScan>
+                        
<dependency>org.apache.sling:org.apache.sling.launchpad.integration-tests</dependency>
+                    </dependenciesToScan>
+                    <includes>
+                        <include>**/*Test.java</include>
+                        <include>**/*IT.java</include>
+                    </includes>
+                    <excludes>
+                        <exclude>${failsafe.exclude}</exclude>
+                    </excludes>
+                    <systemPropertyVariables>
+                        
<launchpad.http.server.url>http://${test.host}:${http.port}/</launchpad.http.server.url>
+                        
<launchpad.webdav.server.url>http://${test.host}:${http.port}/${webdav.workspace.path}</launchpad.webdav.server.url>
+                        
<launchpad.servlet.context>${http.base.path}</launchpad.servlet.context>
+                    </systemPropertyVariables>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+      <!-- The integration tests -->
+        <dependency>
+             <groupId>org.apache.sling</groupId>
+             
<artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
+             <version>1.0.8</version>
+             <scope>test</scope>
+             <exclusions>
+                 <exclusion>
+                     <groupId>org.osgi</groupId>
+                     <artifactId>org.osgi.core</artifactId>
+                 </exclusion>
+                 <exclusion>
+                     <groupId>org.apache.felix</groupId>
+                     <artifactId>org.apache.felix.framework</artifactId>
+                 </exclusion>
+             </exclusions>
+        </dependency>
+
+        <!-- Dependencies for the Test Build and Run -->
+         <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.6</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>${slf4j.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <version>${slf4j.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>log4j-over-slf4j</artifactId>
+            <version>${slf4j.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <version>${logback.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

Added: release/sling/org.apache.sling.launchpad.testing-11.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.launchpad.testing-11.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/sling/org.apache.sling.launchpad.testing-11.pom.md5
==============================================================================
--- release/sling/org.apache.sling.launchpad.testing-11.pom.md5 (added)
+++ release/sling/org.apache.sling.launchpad.testing-11.pom.md5 Tue Oct 23 
09:01:44 2018
@@ -0,0 +1 @@
+5a5639b1285e2b66c5c19421c02cff9d
\ No newline at end of file

Added: release/sling/org.apache.sling.launchpad.testing-11.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.launchpad.testing-11.pom.sha1 (added)
+++ release/sling/org.apache.sling.launchpad.testing-11.pom.sha1 Tue Oct 23 
09:01:44 2018
@@ -0,0 +1 @@
+50569b24bf5a9b6fbd836052dd7576e943e87044
\ No newline at end of file


Reply via email to