From a6217f06eba3987bb92c18cdcdaf3a0e83b70fcb Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 13 Mar 2015 10:43:30 -0700 Subject: [PATCH] Patch to bring us into alignment with skip.karaf.featureTest from odlparent Sam Hague was kind enough to point out the use of skip.karaf, which is a brilliant idea incorporated into the odlparent by this patch: https://git.opendaylight.org/gerrit/#/c/16493/ This patch simply makes sure that -Dskip.karaf.featureTest does the right thing in ovsdb. Change-Id: I68f047decfb042c5191d4370400e81bf3a792e8c Signed-off-by: Ed Warnicke --- commons/parent/pom.xml | 4 ++-- features/ovs-sfc/pom.xml | 2 +- features/ovsdb/pom.xml | 2 +- southbound/southbound-features/pom.xml | 12 ------------ 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 3fa43dc7b..73d8bc241 100755 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -51,7 +51,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html true false true - false + false ${env.PWD} @@ -656,7 +656,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html false - false + false diff --git a/features/ovs-sfc/pom.xml b/features/ovs-sfc/pom.xml index 84af95781..e3605510d 100644 --- a/features/ovs-sfc/pom.xml +++ b/features/ovs-sfc/pom.xml @@ -72,7 +72,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-surefire-plugin - ${skip.karaf} + ${skip.karaf.featureTest} org.opendaylight.controller opendaylight-karaf-empty diff --git a/features/ovsdb/pom.xml b/features/ovsdb/pom.xml index deb657ed3..fbbbe1915 100644 --- a/features/ovsdb/pom.xml +++ b/features/ovsdb/pom.xml @@ -203,7 +203,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-surefire-plugin - ${skip.karaf} + ${skip.karaf.featureTest} org.opendaylight.controller opendaylight-karaf-empty diff --git a/southbound/southbound-features/pom.xml b/southbound/southbound-features/pom.xml index ebd70ed88..b8b644661 100644 --- a/southbound/southbound-features/pom.xml +++ b/southbound/southbound-features/pom.xml @@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.2.0-SNAPSHOT 0.7.0-SNAPSHOT - false @@ -74,15 +73,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${project.version} - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${skip.karaf} - - - - -- 2.36.6