From 749ea746772397819a132bcd16baeba4984f4c1e Mon Sep 17 00:00:00 2001 From: Jakub Morvay Date: Mon, 3 Dec 2018 23:48:08 +0100 Subject: [PATCH] Do not deploy/install features aggragator POMs These POMs are for build itself only, do not produce their artifacts in repo/nexus. This is a follow-up patch to https://git.opendaylight.org/gerrit/#/c/78234/ Change-Id: If55df5f98e21285018870ccaf9125d80847f3460 Signed-off-by: Jakub Morvay --- features/netconf-connector/pom.xml | 5 +++++ features/netconf/pom.xml | 5 +++++ features/protocol-framework/pom.xml | 5 +++++ features/restconf/pom.xml | 8 +++++++- features/yanglib/pom.xml | 5 +++++ 5 files changed, 27 insertions(+), 1 deletion(-) diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index b8c00e3357..705d846e4a 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -20,6 +20,11 @@ 1.6.0-SNAPSHOT pom + + true + true + + features-netconf-connector odl-message-bus diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 46416ec2f1..85e2f0a4a1 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -20,6 +20,11 @@ 1.6.0-SNAPSHOT pom + + true + true + + features-netconf odl-aaa-netconf-plugin diff --git a/features/protocol-framework/pom.xml b/features/protocol-framework/pom.xml index d135db1bdc..8073e1d9db 100644 --- a/features/protocol-framework/pom.xml +++ b/features/protocol-framework/pom.xml @@ -20,6 +20,11 @@ 1.3.0-SNAPSHOT pom + + true + true + + features-protocol-framework odl-protocol-framework diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index 1f8b9e3173..3f615c756a 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -14,11 +14,17 @@ 4.0.2 - features-restconf-aggregator + org.opendaylight.netconf + features-restconf-aggregator 1.9.0-SNAPSHOT pom + + true + true + + features-restconf odl-mdsal-apidocs diff --git a/features/yanglib/pom.xml b/features/yanglib/pom.xml index 2edb401773..308e737fb0 100644 --- a/features/yanglib/pom.xml +++ b/features/yanglib/pom.xml @@ -20,6 +20,11 @@ 1.6.0-SNAPSHOT pom + + true + true + + features-yanglib odl-yanglib -- 2.36.6