diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml index c92c764..5be7539 100644 --- a/sling-parent/pom.xml +++ b/sling-parent/pom.xml @@ -879,6 +879,208 @@ + + + starter-its + + + + starter-its.starter.version + + + + 120 + + + + org.apache.sling + org.apache.sling.launchpad.integration-tests + ${starter-its.starter.version} + test + + + + org.apache.felix + org.apache.felix.scr.annotations + + + org.osgi + osgi.core + + + org.osgi + osgi.cmpn + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + reserve-network-port + + reserve-network-port + + pre-integration-test + + + starter-its.http.port + + + + + + + org.apache.sling + slingfeature-maven-plugin + 1.6.4 + true + + + create-current-artifact-feature + + include-artifact + + + current-artifact-feature + + + + aggregate-features + prepare-package + + aggregate-features + attach-features + analyse-features + + + + + + testing_oak_tar + + + org.apache.sling + org.apache.sling.starter + ${starter-its.starter.version} + oak_tar_test + slingosgifeature + + current-artifact-feature + + + ${project.groupId}:${project.artifactId}:${project.version} + + + + + + testing_oak_tar + + + + + + + + + org.apache.sling + feature-launcher-maven-plugin + 0.1.2 + + + + sling-starter-oak-tar + + + ${project.groupId} + ${project.artifactId} + ${project.version} + testing_oak_tar + slingosgifeature + + + + ${starter-its.http.port} + + + ${starter-its.startTimeoutSeconds} + + + + + + + start + stop + + + + + + + maven-failsafe-plugin + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + integration-test + verify + + + + + + org.apache.sling:org.apache.sling.launchpad.integration-tests + + + **/*Test.java + **/*IT.java + + + ${failsafe.exclude} + + org/apache/sling/launchpad/webapp/integrationtest/provisioning/**.java + + + http://localhost:${starter-its.http.port}/ + false:${starter-its.http.port} + 100 + + + /slingshot/users/slingshot1/travel/home/images/home.jpg, + /slingshot/resources/images/background.jpg, + /slingshot/users/slingshot2/places/landing/images/landing.jpg, + /starter.html, + /bin/browser.html, + /system/console/bundles, + + + + + + +