From b0b59e0d7b0e6e1065b905bccc3d9a7dae634421 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 26 Mar 2018 15:25:07 -0400 Subject: [PATCH] Add netconf parent pom This centralizes common configurations for checkstyle, findbugs etc Change-Id: Ic0b766644991a167b22b19966c494096f465f5d7 Signed-off-by: Tom Pantelis Signed-off-by: Jakub Morvay --- netconf/aaa-authn-odl-plugin/pom.xml | 27 ++------ netconf/callhome-model/pom.xml | 8 +-- netconf/callhome-protocol/pom.xml | 20 ++---- netconf/callhome-provider/pom.xml | 27 ++------ netconf/config-netconf-connector/pom.xml | 29 ++------ netconf/mdsal-netconf-connector/pom.xml | 34 ++------- netconf/mdsal-netconf-impl/pom.xml | 20 ++---- netconf/mdsal-netconf-monitoring/pom.xml | 41 ++--------- netconf/mdsal-netconf-notification/pom.xml | 34 ++------- netconf/mdsal-netconf-ssh/pom.xml | 20 ++---- netconf/mdsal-netconf-tcp/pom.xml | 20 ++---- netconf/mdsal-netconf-yang-library/pom.xml | 41 ++--------- netconf/messagebus-netconf/pom.xml | 41 ++--------- .../ietf-netconf-monitoring-extension/pom.xml | 8 +-- .../models/ietf-netconf-monitoring/pom.xml | 8 +-- .../models/ietf-netconf-notifications/pom.xml | 8 +-- .../models/ietf-netconf-yang-library/pom.xml | 8 +-- netconf/models/ietf-netconf/pom.xml | 8 +-- netconf/netconf-api/pom.xml | 29 ++------ netconf/netconf-auth/pom.xml | 8 +-- netconf/netconf-client/pom.xml | 27 ++------ netconf/netconf-console/pom.xml | 34 ++------- netconf/netconf-impl/pom.xml | 22 ++---- netconf/netconf-mapping-api/pom.xml | 20 ++---- netconf/netconf-monitoring/pom.xml | 34 ++------- netconf/netconf-netty-util/pom.xml | 22 ++---- netconf/netconf-notifications-api/pom.xml | 20 ++---- netconf/netconf-notifications-impl/pom.xml | 41 ++--------- netconf/netconf-parent/pom.xml | 69 +++++++++++++++++++ netconf/netconf-ssh/pom.xml | 29 ++------ netconf/netconf-tcp/pom.xml | 22 ++---- netconf/netconf-topology-singleton/pom.xml | 22 ++---- netconf/netconf-topology/pom.xml | 29 ++------ netconf/netconf-util/pom.xml | 34 ++------- netconf/pom.xml | 1 + netconf/sal-netconf-connector/pom.xml | 27 ++------ netconf/tools/netconf-testtool/pom.xml | 36 ++-------- netconf/yanglib/pom.xml | 27 ++------ pom.xml | 2 +- 39 files changed, 215 insertions(+), 742 deletions(-) create mode 100644 netconf/netconf-parent/pom.xml diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index f330e7f851..a185140497 100644 --- a/netconf/aaa-authn-odl-plugin/pom.xml +++ b/netconf/aaa-authn-odl-plugin/pom.xml @@ -10,10 +10,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -21,25 +21,6 @@ 1.5.0-SNAPSHOT bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.aaa - aaa-artifacts - 0.8.0-SNAPSHOT - pom - import - - - - org.opendaylight.aaa diff --git a/netconf/callhome-model/pom.xml b/netconf/callhome-model/pom.xml index ccc5137853..7b82563c23 100644 --- a/netconf/callhome-model/pom.xml +++ b/netconf/callhome-model/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf diff --git a/netconf/callhome-protocol/pom.xml b/netconf/callhome-protocol/pom.xml index df130b804a..e0cb38e944 100644 --- a/netconf/callhome-protocol/pom.xml +++ b/netconf/callhome-protocol/pom.xml @@ -9,10 +9,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -21,18 +21,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - - org.opendaylight.netconf diff --git a/netconf/callhome-provider/pom.xml b/netconf/callhome-provider/pom.xml index 1a7602c0d6..389b91fe89 100644 --- a/netconf/callhome-provider/pom.xml +++ b/netconf/callhome-provider/pom.xml @@ -4,10 +4,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -15,25 +15,6 @@ 1.5.0-SNAPSHOT bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - - org.opendaylight.controller diff --git a/netconf/config-netconf-connector/pom.xml b/netconf/config-netconf-connector/pom.xml index 1c57d160a1..a0f2ea623b 100644 --- a/netconf/config-netconf-connector/pom.xml +++ b/netconf/config-netconf-connector/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -24,13 +24,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - org.opendaylight.controller config-artifacts @@ -38,20 +31,6 @@ pom import - - org.opendaylight.mdsal - mdsal-artifacts - 2.5.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index c22437f543..97ec648e12 100644 --- a/netconf/mdsal-netconf-connector/pom.xml +++ b/netconf/mdsal-netconf-connector/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,32 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - - org.opendaylight.yangtools diff --git a/netconf/mdsal-netconf-impl/pom.xml b/netconf/mdsal-netconf-impl/pom.xml index 81ba82eb0b..dddf90c1b9 100644 --- a/netconf/mdsal-netconf-impl/pom.xml +++ b/netconf/mdsal-netconf-impl/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,18 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - - ${project.groupId} diff --git a/netconf/mdsal-netconf-monitoring/pom.xml b/netconf/mdsal-netconf-monitoring/pom.xml index bee3092396..deeb5e7366 100644 --- a/netconf/mdsal-netconf-monitoring/pom.xml +++ b/netconf/mdsal-netconf-monitoring/pom.xml @@ -9,10 +9,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -21,39 +21,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.13.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - - diff --git a/netconf/mdsal-netconf-notification/pom.xml b/netconf/mdsal-netconf-notification/pom.xml index 54ff19ed40..f0fb994617 100644 --- a/netconf/mdsal-netconf-notification/pom.xml +++ b/netconf/mdsal-netconf-notification/pom.xml @@ -9,10 +9,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -21,32 +21,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - - diff --git a/netconf/mdsal-netconf-ssh/pom.xml b/netconf/mdsal-netconf-ssh/pom.xml index f7a0326daa..c09dada467 100644 --- a/netconf/mdsal-netconf-ssh/pom.xml +++ b/netconf/mdsal-netconf-ssh/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,18 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - - ${project.groupId} diff --git a/netconf/mdsal-netconf-tcp/pom.xml b/netconf/mdsal-netconf-tcp/pom.xml index 52da565bca..557eddaa03 100644 --- a/netconf/mdsal-netconf-tcp/pom.xml +++ b/netconf/mdsal-netconf-tcp/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,18 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - - ${project.groupId} diff --git a/netconf/mdsal-netconf-yang-library/pom.xml b/netconf/mdsal-netconf-yang-library/pom.xml index 1d8706d4d2..980315c306 100644 --- a/netconf/mdsal-netconf-yang-library/pom.xml +++ b/netconf/mdsal-netconf-yang-library/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,39 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.13.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - - org.opendaylight.controller diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index fdfa6b3a5a..ab91bd694b 100644 --- a/netconf/messagebus-netconf/pom.xml +++ b/netconf/messagebus-netconf/pom.xml @@ -12,10 +12,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -24,39 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.mdsal - mdsal-artifacts - 2.5.0-SNAPSHOT - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - - ${project.groupId} diff --git a/netconf/models/ietf-netconf-monitoring-extension/pom.xml b/netconf/models/ietf-netconf-monitoring-extension/pom.xml index 240bae46ba..a76caf2025 100644 --- a/netconf/models/ietf-netconf-monitoring-extension/pom.xml +++ b/netconf/models/ietf-netconf-monitoring-extension/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../../netconf-parent org.opendaylight.netconf diff --git a/netconf/models/ietf-netconf-monitoring/pom.xml b/netconf/models/ietf-netconf-monitoring/pom.xml index 84ab902518..bcfc36636e 100644 --- a/netconf/models/ietf-netconf-monitoring/pom.xml +++ b/netconf/models/ietf-netconf-monitoring/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../../netconf-parent org.opendaylight.netconf diff --git a/netconf/models/ietf-netconf-notifications/pom.xml b/netconf/models/ietf-netconf-notifications/pom.xml index c6e3ebd8dc..5129223e40 100644 --- a/netconf/models/ietf-netconf-notifications/pom.xml +++ b/netconf/models/ietf-netconf-notifications/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../../netconf-parent org.opendaylight.netconf diff --git a/netconf/models/ietf-netconf-yang-library/pom.xml b/netconf/models/ietf-netconf-yang-library/pom.xml index 46f4753190..2ca7702ba4 100644 --- a/netconf/models/ietf-netconf-yang-library/pom.xml +++ b/netconf/models/ietf-netconf-yang-library/pom.xml @@ -12,10 +12,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../../netconf-parent org.opendaylight.netconf diff --git a/netconf/models/ietf-netconf/pom.xml b/netconf/models/ietf-netconf/pom.xml index b211926f18..50b31bfad8 100644 --- a/netconf/models/ietf-netconf/pom.xml +++ b/netconf/models/ietf-netconf/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../../netconf-parent org.opendaylight.netconf diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index 056ecc2c59..a205890074 100644 --- a/netconf/netconf-api/pom.xml +++ b/netconf/netconf-api/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -24,20 +24,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - org.opendaylight.controller config-artifacts @@ -45,13 +31,6 @@ pom import - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.13.0-SNAPSHOT - pom - import - diff --git a/netconf/netconf-auth/pom.xml b/netconf/netconf-auth/pom.xml index 417fad3491..9433264aa5 100644 --- a/netconf/netconf-auth/pom.xml +++ b/netconf/netconf-auth/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf diff --git a/netconf/netconf-client/pom.xml b/netconf/netconf-client/pom.xml index 26a201af49..083f0422c1 100644 --- a/netconf/netconf-client/pom.xml +++ b/netconf/netconf-client/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,25 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - - ${project.groupId} diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index f7ef415f89..f1fbfa6284 100644 --- a/netconf/netconf-console/pom.xml +++ b/netconf/netconf-console/pom.xml @@ -9,10 +9,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -21,32 +21,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - - diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index 459155e0a7..68dbc38572 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -24,20 +24,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - org.opendaylight.controller config-artifacts diff --git a/netconf/netconf-mapping-api/pom.xml b/netconf/netconf-mapping-api/pom.xml index 7fe47055de..af13ed981b 100644 --- a/netconf/netconf-mapping-api/pom.xml +++ b/netconf/netconf-mapping-api/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,18 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - - ${project.groupId} diff --git a/netconf/netconf-monitoring/pom.xml b/netconf/netconf-monitoring/pom.xml index 76dea738e9..0321886c6f 100644 --- a/netconf/netconf-monitoring/pom.xml +++ b/netconf/netconf-monitoring/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,32 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.13.0-SNAPSHOT - pom - import - - - - diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index 3a7a6434a8..6e0da46b0a 100644 --- a/netconf/netconf-netty-util/pom.xml +++ b/netconf/netconf-netty-util/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -24,20 +24,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - com.siemens.ct.exi exificient diff --git a/netconf/netconf-notifications-api/pom.xml b/netconf/netconf-notifications-api/pom.xml index 8fdd15827c..42d768bfb9 100644 --- a/netconf/netconf-notifications-api/pom.xml +++ b/netconf/netconf-notifications-api/pom.xml @@ -13,10 +13,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -24,18 +24,6 @@ 1.5.0-SNAPSHOT bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - - ${project.groupId} diff --git a/netconf/netconf-notifications-impl/pom.xml b/netconf/netconf-notifications-impl/pom.xml index 227dac8bd1..4389e44f0b 100644 --- a/netconf/netconf-notifications-impl/pom.xml +++ b/netconf/netconf-notifications-impl/pom.xml @@ -12,10 +12,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -23,39 +23,6 @@ 1.5.0-SNAPSHOT bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.mdsal - mdsal-artifacts - 2.5.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - - ${project.groupId} diff --git a/netconf/netconf-parent/pom.xml b/netconf/netconf-parent/pom.xml new file mode 100644 index 0000000000..ab876da3b9 --- /dev/null +++ b/netconf/netconf-parent/pom.xml @@ -0,0 +1,69 @@ + + + + 4.0.0 + + org.opendaylight.mdsal + binding-parent + 0.13.0-SNAPSHOT + + + + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + pom + + + + + org.opendaylight.aaa + aaa-artifacts + 0.8.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + mdsal-artifacts + 1.8.0-SNAPSHOT + pom + import + + + org.opendaylight.netconf + netconf-artifacts + 1.5.0-SNAPSHOT + pom + import + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + + + diff --git a/netconf/netconf-ssh/pom.xml b/netconf/netconf-ssh/pom.xml index 7270341f84..8af48eb563 100644 --- a/netconf/netconf-ssh/pom.xml +++ b/netconf/netconf-ssh/pom.xml @@ -9,10 +9,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -23,20 +23,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - org.opendaylight.controller config-artifacts @@ -44,13 +30,6 @@ pom import - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.13.0-SNAPSHOT - pom - import - diff --git a/netconf/netconf-tcp/pom.xml b/netconf/netconf-tcp/pom.xml index 8bf5105342..1447f5e94a 100644 --- a/netconf/netconf-tcp/pom.xml +++ b/netconf/netconf-tcp/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -24,20 +24,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - org.opendaylight.controller config-artifacts diff --git a/netconf/netconf-topology-singleton/pom.xml b/netconf/netconf-topology-singleton/pom.xml index 953c96ac90..780b11dce1 100644 --- a/netconf/netconf-topology-singleton/pom.xml +++ b/netconf/netconf-topology-singleton/pom.xml @@ -12,10 +12,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -26,13 +26,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - org.opendaylight.controller config-artifacts @@ -40,13 +33,6 @@ pom import - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - diff --git a/netconf/netconf-topology/pom.xml b/netconf/netconf-topology/pom.xml index e1b9a60125..507ebfa0e3 100644 --- a/netconf/netconf-topology/pom.xml +++ b/netconf/netconf-topology/pom.xml @@ -4,10 +4,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -17,13 +17,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - org.opendaylight.controller config-artifacts @@ -31,20 +24,6 @@ pom import - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - diff --git a/netconf/netconf-util/pom.xml b/netconf/netconf-util/pom.xml index e0d8968ff3..1f74df2fdb 100644 --- a/netconf/netconf-util/pom.xml +++ b/netconf/netconf-util/pom.xml @@ -10,10 +10,10 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,32 +22,6 @@ ${project.artifactId} bundle - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - - - org.opendaylight.mdsal - mdsal-artifacts - 2.5.0-SNAPSHOT - pom - import - - - - diff --git a/netconf/pom.xml b/netconf/pom.xml index a9ed463203..c768ac9593 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -35,6 +35,7 @@ mdsal-netconf-notification mdsal-netconf-yang-library mdsal-netconf-impl + netconf-parent netconf-util netconf-netty-util netconf-mapping-api diff --git a/netconf/sal-netconf-connector/pom.xml b/netconf/sal-netconf-connector/pom.xml index 52cfacbb2d..2f2a091302 100644 --- a/netconf/sal-netconf-connector/pom.xml +++ b/netconf/sal-netconf-connector/pom.xml @@ -9,10 +9,10 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -22,25 +22,6 @@ 1.8.0-SNAPSHOT bundle - - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.netconf - netconf-artifacts - 1.5.0-SNAPSHOT - pom - import - - - - org.opendaylight.controller diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index 92abd68786..a2ea516d17 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -12,10 +12,10 @@ 4.0.0 - org.opendaylight.odlparent - odlparent - 3.0.2 - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../../netconf-parent org.opendaylight.netconf @@ -30,20 +30,6 @@ - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.2 - pom - import - org.opendaylight.controller config-artifacts @@ -51,20 +37,6 @@ pom import - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.13.0-SNAPSHOT - pom - import - diff --git a/netconf/yanglib/pom.xml b/netconf/yanglib/pom.xml index f01ce797fe..e502bc7b78 100644 --- a/netconf/yanglib/pom.xml +++ b/netconf/yanglib/pom.xml @@ -11,10 +11,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - + org.opendaylight.netconf + netconf-parent + 1.5.0-SNAPSHOT + ../netconf-parent org.opendaylight.netconf @@ -47,25 +47,6 @@ - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - - org.opendaylight.controller diff --git a/pom.xml b/pom.xml index a189ff18fb..50305a5800 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.netconf - netconf-parent + netconf-aggregator 1.5.0-SNAPSHOT pom ${project.artifactId} -- 2.36.6