From e6386f907cfdc8e11abc7be85434a163424d3544 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 9 Jan 2019 13:41:50 +0100 Subject: [PATCH] Separate out odl-restconf-nb-bierman02-noauth odl-restconf-noauth is the top-level, default feature, which we want to use to install both northbounds. Separate out bierman02 into its own feature and make sure odl-restconf-noauth depends on it. Change-Id: Ib703d9a2912a3d6e4b546be6c0be72a93bbbf5c9 Signed-off-by: Robert Varga --- .../odl-restconf-nb-bierman02-noauth/pom.xml | 52 +++++++++++++++++++ features/restconf/odl-restconf-noauth/pom.xml | 7 +-- features/restconf/pom.xml | 1 + 3 files changed, 54 insertions(+), 6 deletions(-) create mode 100644 features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml diff --git a/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml b/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml new file mode 100644 index 0000000000..96a308b7c0 --- /dev/null +++ b/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + org.opendaylight.odlparent + single-feature-parent + 4.0.7 + + + + org.opendaylight.netconf + odl-restconf-nb-bierman02-noauth + 1.9.0-SNAPSHOT + feature + + OpenDaylight :: Restconf :: NB :: bierman02 :: no-auth + + + + + org.opendaylight.netconf + restconf-artifacts + 1.9.0-SNAPSHOT + pom + import + + + + + + + org.opendaylight.netconf + odl-restconf-nb-bierman02-base + ${project.version} + xml + features + + + org.opendaylight.netconf + restconf-nb-bierman02-noauth + ${project.version} + + + diff --git a/features/restconf/odl-restconf-noauth/pom.xml b/features/restconf/odl-restconf-noauth/pom.xml index 15cc9bac3f..759c9aca8a 100644 --- a/features/restconf/odl-restconf-noauth/pom.xml +++ b/features/restconf/odl-restconf-noauth/pom.xml @@ -38,15 +38,10 @@ org.opendaylight.netconf - odl-restconf-nb-bierman02-base + odl-restconf-nb-bierman02-noauth ${project.version} xml features - - org.opendaylight.netconf - restconf-nb-bierman02-noauth - ${project.version} - diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index 37e6a290d9..0f0de2b1b9 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -33,6 +33,7 @@ odl-restconf-noauth odl-restconf-common odl-restconf-nb-bierman02-base + odl-restconf-nb-bierman02-noauth odl-restconf-nb-rfc8040 odl-restconf-nb-rfc8040-all -- 2.36.6