From eb8cb92f909be2ac30cc7337f0ce157f519a44eb Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Sat, 6 Feb 2016 08:28:40 +0000 Subject: [PATCH] introduce own reactor pom for mock modules git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1728794 13f79535-47bb-0310-9956-ffa450edef68 --- testing/mocks/pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++ testing/pom.xml | 8 +------ 2 files changed, 55 insertions(+), 7 deletions(-) create mode 100644 testing/mocks/pom.xml diff --git a/testing/mocks/pom.xml b/testing/mocks/pom.xml new file mode 100644 index 0000000000..8a9bc93cf6 --- /dev/null +++ b/testing/mocks/pom.xml @@ -0,0 +1,54 @@ + + + + 4.0.0 + + + org.apache.sling + sling + 26 + + + + org.apache.sling + org.apache.sling.testing.mocks.reactor + pom + 1-SNAPSHOT + + Apache Sling Testing Mocks Modules Reactor + 2016 + + + scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/mocks + scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/mocks + http://svn.apache.org/viewvc/sling/trunk/testing/mocks + + + + logging-mock + resourceresolver-mock + jcr-mock + osgi-mock + sling-mock + sling-mock-jackrabbit + sling-mock-oak + + + diff --git a/testing/pom.xml b/testing/pom.xml index 05a8cd0290..a5569fa80d 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -54,13 +54,7 @@ junit/remote junit/performance junit/teleporter - mocks/logging-mock - mocks/resourceresolver-mock - mocks/jcr-mock - mocks/osgi-mock - mocks/sling-mock - mocks/sling-mock-jackrabbit - mocks/sling-mock-oak + mocks sling-pax-util samples/sample-tests samples/failing-tests