From bf7cc4d27ca843f928bda9669b39a60c55268697 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 3 Jul 2018 00:16:40 +0200 Subject: [PATCH] Remove maven site configuration We are not using maven site, remove its leftovers. Change-Id: I3321b1564516c9097a9790e9d11bf9edcf619aa5 Signed-off-by: Robert Varga --- binding/maven-sal-api-gen-plugin/pom.xml | 17 -- binding/mdsal-binding-api/pom.xml | 17 -- binding/mdsal-binding-dom-adapter/pom.xml | 17 -- binding/mdsal-binding-dom-codec-osgi/pom.xml | 18 -- binding/mdsal-binding-dom-codec/pom.xml | 17 -- binding/mdsal-binding-generator-util/pom.xml | 17 -- binding/mdsal-binding-test-utils/pom.xml | 199 ++++++++---------- binding/mdsal-binding-util/pom.xml | 17 -- binding/pom.xml | 17 -- binding/yang-binding/pom.xml | 17 -- binding2/mdsal-binding2-api/pom.xml | 17 -- binding2/mdsal-binding2-dom-adapter/pom.xml | 16 -- binding2/mdsal-binding2-dom-codec/pom.xml | 17 -- binding2/mdsal-binding2-generator-api/pom.xml | 17 -- .../mdsal-binding2-generator-util/pom.xml | 17 -- .../mdsal-binding2-java-api-generator/pom.xml | 17 -- .../pom.xml | 17 -- binding2/mdsal-binding2-runtime/pom.xml | 17 -- binding2/mdsal-binding2-spec/pom.xml | 17 -- binding2/mdsal-binding2-util/pom.xml | 17 -- binding2/pom.xml | 63 ++---- common/artifacts/pom.xml | 17 -- common/features/features-mdsal/pom.xml | 17 -- common/features/odl-mdsal-binding-api/pom.xml | 17 -- .../features/odl-mdsal-binding-base/pom.xml | 17 -- .../odl-mdsal-binding-dom-adapter/pom.xml | 17 -- .../odl-mdsal-binding-runtime/pom.xml | 17 -- common/features/odl-mdsal-binding/pom.xml | 17 -- .../features/odl-mdsal-binding2-api/pom.xml | 17 -- .../features/odl-mdsal-binding2-base/pom.xml | 17 -- .../odl-mdsal-binding2-dom-adapter/pom.xml | 17 -- .../odl-mdsal-binding2-runtime/pom.xml | 17 -- common/features/odl-mdsal-binding2/pom.xml | 17 -- common/features/odl-mdsal-common/pom.xml | 17 -- common/features/odl-mdsal-dom-api/pom.xml | 17 -- common/features/odl-mdsal-dom-broker/pom.xml | 17 -- common/features/odl-mdsal-dom/pom.xml | 17 -- common/features/odl-mdsal-eos-binding/pom.xml | 17 -- common/features/odl-mdsal-eos-common/pom.xml | 17 -- common/features/odl-mdsal-eos-dom/pom.xml | 17 -- .../odl-mdsal-singleton-common/pom.xml | 17 -- .../features/odl-mdsal-singleton-dom/pom.xml | 17 -- common/features/pom.xml | 17 -- common/mdsal-common-api/pom.xml | 29 +-- common/pom.xml | 17 -- deploy-site.xml-disabled | 50 ----- dom/mdsal-dom-api/pom.xml | 18 +- dom/mdsal-dom-broker/pom.xml | 153 ++++++-------- dom/mdsal-dom-inmemory-datastore/pom.xml | 18 -- dom/mdsal-dom-schema-service-osgi/pom.xml | 142 ++++++------- dom/mdsal-dom-spi/pom.xml | 79 +++---- dom/pom.xml | 17 -- .../mdsal-eos-binding-adapter/pom.xml | 17 -- entityownership/mdsal-eos-binding-api/pom.xml | 17 -- entityownership/mdsal-eos-common-api/pom.xml | 17 -- entityownership/mdsal-eos-common-spi/pom.xml | 17 -- entityownership/mdsal-eos-dom-api/pom.xml | 17 -- entityownership/mdsal-eos-dom-simple/pom.xml | 17 -- entityownership/pom.xml | 17 -- model-binding2/pom.xml | 16 -- model-binding2/yang-ext/pom.xml | 17 -- model/features/features-mdsal-model/pom.xml | 17 -- model/features/pom.xml | 17 -- model/general-entity/pom.xml | 17 -- model/iana/iana-afn-safi/pom.xml | 17 -- model/iana/iana-if-type-2014-05-08/pom.xml | 17 -- model/iana/iana-if-type/pom.xml | 18 -- model/iana/pom.xml | 17 -- model/ietf/ietf-access-control-list/pom.xml | 29 +-- model/ietf/ietf-inet-types-2013-07-15/pom.xml | 17 -- model/ietf/ietf-interfaces/pom.xml | 18 -- model/ietf/ietf-lisp-address-types/pom.xml | 18 -- model/ietf/ietf-packet-fields/pom.xml | 17 -- model/ietf/ietf-restconf/pom.xml | 17 -- model/ietf/ietf-ted/pom.xml | 18 -- model/ietf/ietf-topology-isis/pom.xml | 18 -- .../ietf/ietf-topology-l3-unicast-igp/pom.xml | 18 -- model/ietf/ietf-topology-ospf/pom.xml | 18 -- model/ietf/ietf-topology/pom.xml | 17 -- model/ietf/ietf-type-util/pom.xml | 17 -- model/ietf/ietf-yang-types-20130715/pom.xml | 17 -- model/l2-types/pom.xml | 18 -- model/pom.xml | 17 -- model/yang-ext/pom.xml | 17 -- pom.xml | 68 +----- .../mdsal-singleton-common-api/pom.xml | 17 -- .../mdsal-singleton-dom-impl/pom.xml | 17 -- singleton-service/pom.xml | 17 -- 88 files changed, 296 insertions(+), 1868 deletions(-) delete mode 100644 deploy-site.xml-disabled diff --git a/binding/maven-sal-api-gen-plugin/pom.xml b/binding/maven-sal-api-gen-plugin/pom.xml index 6ab8dc7beb..51e43a4388 100644 --- a/binding/maven-sal-api-gen-plugin/pom.xml +++ b/binding/maven-sal-api-gen-plugin/pom.xml @@ -108,21 +108,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index f80ea88dab..2ead9115a6 100644 --- a/binding/mdsal-binding-api/pom.xml +++ b/binding/mdsal-binding-api/pom.xml @@ -109,21 +109,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 26132c6fd6..4c2e75a313 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -150,21 +150,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/mdsal-binding-dom-codec-osgi/pom.xml b/binding/mdsal-binding-dom-codec-osgi/pom.xml index 9e372c273e..c833a64447 100644 --- a/binding/mdsal-binding-dom-codec-osgi/pom.xml +++ b/binding/mdsal-binding-dom-codec-osgi/pom.xml @@ -88,22 +88,4 @@ - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 4ab3c30a3d..d42f5fa68a 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -110,21 +110,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/mdsal-binding-generator-util/pom.xml b/binding/mdsal-binding-generator-util/pom.xml index 61d016e6b6..d01f4a74f7 100644 --- a/binding/mdsal-binding-generator-util/pom.xml +++ b/binding/mdsal-binding-generator-util/pom.xml @@ -73,21 +73,4 @@ yang-test-util - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 3474911d78..1af9da8295 100644 --- a/binding/mdsal-binding-test-utils/pom.xml +++ b/binding/mdsal-binding-test-utils/pom.xml @@ -8,118 +8,101 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 + 4.0.0 - - org.opendaylight.odlparent - odlparent - 3.1.2 - - + + org.opendaylight.odlparent + odlparent + 3.1.2 + + - org.opendaylight.mdsal - mdsal-binding-test-utils - 2.5.0-SNAPSHOT + org.opendaylight.mdsal + mdsal-binding-test-utils + 2.5.0-SNAPSHOT - - - - org.opendaylight.mdsal - mdsal-artifacts - ${project.version} - pom - import - - - - - - - - junit - junit - compile - - - ch.vorburger - xtendbeans - compile - 1.3.1 - - - com.googlecode.java-diff-utils - diffutils - 1.3.0 - - - org.opendaylight.mdsal - mdsal-binding-dom-adapter - - - org.opendaylight.mdsal - mdsal-binding-dom-adapter - test-jar - - - - org.opendaylight.mdsal - mdsal-dom-broker - - - - - org.opendaylight.mdsal - mdsal-binding-test-model - test - - - com.google.truth - truth - test - - + + + + org.opendaylight.mdsal + mdsal-artifacts + ${project.version} + pom + import + + + - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + junit + junit + compile + + + ch.vorburger + xtendbeans + compile + 1.3.1 + + + com.googlecode.java-diff-utils + diffutils + 1.3.0 + + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + test-jar + + + + org.opendaylight.mdsal + mdsal-dom-broker + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + org.opendaylight.mdsal + mdsal-binding-test-model + test + + + com.google.truth + truth + test + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + + diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index f9d43cd7d2..fbaa66dcf1 100644 --- a/binding/mdsal-binding-util/pom.xml +++ b/binding/mdsal-binding-util/pom.xml @@ -49,21 +49,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/pom.xml b/binding/pom.xml index 5a7a63cea3..de3b0eb44a 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -42,21 +42,4 @@ mdsal-binding-test-utils mdsal-binding-dom-adapter - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index 25c39c2564..2e8a2e74fe 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -76,21 +76,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-api/pom.xml b/binding2/mdsal-binding2-api/pom.xml index e9ce9f6606..97d3c79764 100644 --- a/binding2/mdsal-binding2-api/pom.xml +++ b/binding2/mdsal-binding2-api/pom.xml @@ -112,21 +112,4 @@ HEAD https://wiki.opendaylight.org/view/MD-SAL:Main - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-dom-adapter/pom.xml b/binding2/mdsal-binding2-dom-adapter/pom.xml index 6025dc3413..78366da6af 100644 --- a/binding2/mdsal-binding2-dom-adapter/pom.xml +++ b/binding2/mdsal-binding2-dom-adapter/pom.xml @@ -151,20 +151,4 @@ HEAD https://wiki.opendaylight.org/view/MD-SAL:Main - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/binding2/mdsal-binding2-dom-codec/pom.xml b/binding2/mdsal-binding2-dom-codec/pom.xml index cf1b2f57f1..e235e0840d 100644 --- a/binding2/mdsal-binding2-dom-codec/pom.xml +++ b/binding2/mdsal-binding2-dom-codec/pom.xml @@ -120,21 +120,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-generator-api/pom.xml b/binding2/mdsal-binding2-generator-api/pom.xml index 3e02371b1c..886e6ab15a 100644 --- a/binding2/mdsal-binding2-generator-api/pom.xml +++ b/binding2/mdsal-binding2-generator-api/pom.xml @@ -51,21 +51,4 @@ mdsal-binding2-spec - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-generator-util/pom.xml b/binding2/mdsal-binding2-generator-util/pom.xml index c0522c705c..77a0961eaa 100644 --- a/binding2/mdsal-binding2-generator-util/pom.xml +++ b/binding2/mdsal-binding2-generator-util/pom.xml @@ -76,21 +76,4 @@ commons-lang3 - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-java-api-generator/pom.xml b/binding2/mdsal-binding2-java-api-generator/pom.xml index fa7ff8cc6b..52bf835b99 100644 --- a/binding2/mdsal-binding2-java-api-generator/pom.xml +++ b/binding2/mdsal-binding2-java-api-generator/pom.xml @@ -158,21 +158,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml b/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml index 3d547f3337..3575c18a36 100644 --- a/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml +++ b/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml @@ -82,21 +82,4 @@ test - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-runtime/pom.xml b/binding2/mdsal-binding2-runtime/pom.xml index cf570eb631..e0798628c7 100644 --- a/binding2/mdsal-binding2-runtime/pom.xml +++ b/binding2/mdsal-binding2-runtime/pom.xml @@ -64,21 +64,4 @@ test - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-spec/pom.xml b/binding2/mdsal-binding2-spec/pom.xml index fb58af2531..f8413b20d3 100644 --- a/binding2/mdsal-binding2-spec/pom.xml +++ b/binding2/mdsal-binding2-spec/pom.xml @@ -68,21 +68,4 @@ test - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/mdsal-binding2-util/pom.xml b/binding2/mdsal-binding2-util/pom.xml index eb3499df21..8387827dea 100644 --- a/binding2/mdsal-binding2-util/pom.xml +++ b/binding2/mdsal-binding2-util/pom.xml @@ -52,21 +52,4 @@ mdsal-binding2-spec - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/binding2/pom.xml b/binding2/pom.xml index 7753e8430c..adff092196 100644 --- a/binding2/pom.xml +++ b/binding2/pom.xml @@ -10,10 +10,10 @@ - org.opendaylight.odlparent - odlparent-lite - 3.1.2 - + org.opendaylight.odlparent + odlparent-lite + 3.1.2 + 4.0.0 @@ -25,41 +25,24 @@ ${project.artifactId} - mdsal-binding2-spec - mdsal-model-binding2-parent - - - mdsal-binding2-maven-api-gen-plugin - mdsal-binding2-generator-api - mdsal-binding2-generator-impl - mdsal-binding2-java-api-generator - mdsal-binding2-generator-util - - - mdsal-binding2-api - mdsal-binding2-runtime - mdsal-binding2-dom-codec - mdsal-binding2-dom-adapter - - - mdsal-binding2-util - mdsal-binding2-test-model + mdsal-binding2-spec + mdsal-model-binding2-parent + + + mdsal-binding2-maven-api-gen-plugin + mdsal-binding2-generator-api + mdsal-binding2-generator-impl + mdsal-binding2-java-api-generator + mdsal-binding2-generator-util + + + mdsal-binding2-api + mdsal-binding2-runtime + mdsal-binding2-dom-codec + mdsal-binding2-dom-adapter + + + mdsal-binding2-util + mdsal-binding2-test-model - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/artifacts/pom.xml b/common/artifacts/pom.xml index 383c4b370c..f5020d373e 100644 --- a/common/artifacts/pom.xml +++ b/common/artifacts/pom.xml @@ -410,21 +410,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/features-mdsal/pom.xml b/common/features/features-mdsal/pom.xml index 77e77997c6..bdfa8c67f1 100644 --- a/common/features/features-mdsal/pom.xml +++ b/common/features/features-mdsal/pom.xml @@ -160,21 +160,4 @@ xml - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding-api/pom.xml b/common/features/odl-mdsal-binding-api/pom.xml index 651410c62b..3a7c881fc5 100644 --- a/common/features/odl-mdsal-binding-api/pom.xml +++ b/common/features/odl-mdsal-binding-api/pom.xml @@ -70,21 +70,4 @@ mdsal-binding-util - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding-base/pom.xml b/common/features/odl-mdsal-binding-base/pom.xml index 61df4befe5..a3680941d3 100644 --- a/common/features/odl-mdsal-binding-base/pom.xml +++ b/common/features/odl-mdsal-binding-base/pom.xml @@ -65,21 +65,4 @@ yang-ext - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding-dom-adapter/pom.xml b/common/features/odl-mdsal-binding-dom-adapter/pom.xml index 37452deccd..0e54e6ae71 100644 --- a/common/features/odl-mdsal-binding-dom-adapter/pom.xml +++ b/common/features/odl-mdsal-binding-dom-adapter/pom.xml @@ -59,21 +59,4 @@ mdsal-binding-dom-adapter - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding-runtime/pom.xml b/common/features/odl-mdsal-binding-runtime/pom.xml index bc14c78ab2..2d91c20599 100644 --- a/common/features/odl-mdsal-binding-runtime/pom.xml +++ b/common/features/odl-mdsal-binding-runtime/pom.xml @@ -84,21 +84,4 @@ mdsal-binding-dom-codec-osgi - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding/pom.xml b/common/features/odl-mdsal-binding/pom.xml index 9828421c26..2771ab1567 100644 --- a/common/features/odl-mdsal-binding/pom.xml +++ b/common/features/odl-mdsal-binding/pom.xml @@ -49,21 +49,4 @@ xml - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding2-api/pom.xml b/common/features/odl-mdsal-binding2-api/pom.xml index 8832004181..57a2e35b81 100644 --- a/common/features/odl-mdsal-binding2-api/pom.xml +++ b/common/features/odl-mdsal-binding2-api/pom.xml @@ -70,21 +70,4 @@ mdsal-binding2-util - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding2-base/pom.xml b/common/features/odl-mdsal-binding2-base/pom.xml index a949484b14..b20cf22c33 100644 --- a/common/features/odl-mdsal-binding2-base/pom.xml +++ b/common/features/odl-mdsal-binding2-base/pom.xml @@ -65,21 +65,4 @@ yang-ext - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding2-dom-adapter/pom.xml b/common/features/odl-mdsal-binding2-dom-adapter/pom.xml index ef6ecc7000..639e918987 100644 --- a/common/features/odl-mdsal-binding2-dom-adapter/pom.xml +++ b/common/features/odl-mdsal-binding2-dom-adapter/pom.xml @@ -48,21 +48,4 @@ provided - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding2-runtime/pom.xml b/common/features/odl-mdsal-binding2-runtime/pom.xml index 54ac7d0062..24155268c8 100644 --- a/common/features/odl-mdsal-binding2-runtime/pom.xml +++ b/common/features/odl-mdsal-binding2-runtime/pom.xml @@ -75,21 +75,4 @@ provided - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-binding2/pom.xml b/common/features/odl-mdsal-binding2/pom.xml index 19ebd337e1..599312f061 100644 --- a/common/features/odl-mdsal-binding2/pom.xml +++ b/common/features/odl-mdsal-binding2/pom.xml @@ -49,21 +49,4 @@ xml - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-common/pom.xml b/common/features/odl-mdsal-common/pom.xml index 22f02d43e4..0f37cd3cb0 100644 --- a/common/features/odl-mdsal-common/pom.xml +++ b/common/features/odl-mdsal-common/pom.xml @@ -54,21 +54,4 @@ mdsal-common-api - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-dom-api/pom.xml b/common/features/odl-mdsal-dom-api/pom.xml index 09b9259bb2..3c2892170d 100644 --- a/common/features/odl-mdsal-dom-api/pom.xml +++ b/common/features/odl-mdsal-dom-api/pom.xml @@ -64,21 +64,4 @@ mdsal-dom-spi - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-dom-broker/pom.xml b/common/features/odl-mdsal-dom-broker/pom.xml index 98ce19a7e0..010584c9a9 100644 --- a/common/features/odl-mdsal-dom-broker/pom.xml +++ b/common/features/odl-mdsal-dom-broker/pom.xml @@ -83,21 +83,4 @@ mdsal-dom-schema-service-osgi - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-dom/pom.xml b/common/features/odl-mdsal-dom/pom.xml index 0b00f7284d..33c5bb9dd2 100644 --- a/common/features/odl-mdsal-dom/pom.xml +++ b/common/features/odl-mdsal-dom/pom.xml @@ -43,21 +43,4 @@ xml - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-eos-binding/pom.xml b/common/features/odl-mdsal-eos-binding/pom.xml index c4f0c99ba9..ac06db2b03 100644 --- a/common/features/odl-mdsal-eos-binding/pom.xml +++ b/common/features/odl-mdsal-eos-binding/pom.xml @@ -57,21 +57,4 @@ mdsal-eos-binding-adapter - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-eos-common/pom.xml b/common/features/odl-mdsal-eos-common/pom.xml index 997ce1a7e0..df7725acfa 100644 --- a/common/features/odl-mdsal-eos-common/pom.xml +++ b/common/features/odl-mdsal-eos-common/pom.xml @@ -58,21 +58,4 @@ mdsal-eos-common-spi - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-eos-dom/pom.xml b/common/features/odl-mdsal-eos-dom/pom.xml index 363597bf00..e3f314ae41 100644 --- a/common/features/odl-mdsal-eos-dom/pom.xml +++ b/common/features/odl-mdsal-eos-dom/pom.xml @@ -47,21 +47,4 @@ mdsal-eos-dom-api - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-singleton-common/pom.xml b/common/features/odl-mdsal-singleton-common/pom.xml index 17e370fd0a..8f46539fee 100644 --- a/common/features/odl-mdsal-singleton-common/pom.xml +++ b/common/features/odl-mdsal-singleton-common/pom.xml @@ -47,21 +47,4 @@ mdsal-singleton-common-api - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/odl-mdsal-singleton-dom/pom.xml b/common/features/odl-mdsal-singleton-dom/pom.xml index b80791bedc..968c7eebc9 100644 --- a/common/features/odl-mdsal-singleton-dom/pom.xml +++ b/common/features/odl-mdsal-singleton-dom/pom.xml @@ -59,21 +59,4 @@ mdsal-singleton-dom-impl - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/features/pom.xml b/common/features/pom.xml index 782298a51e..3b0736adcd 100644 --- a/common/features/pom.xml +++ b/common/features/pom.xml @@ -55,21 +55,4 @@ odl-mdsal-singleton-common odl-mdsal-singleton-dom - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index 711433670e..dabe32baec 100644 --- a/common/mdsal-common-api/pom.xml +++ b/common/mdsal-common-api/pom.xml @@ -81,27 +81,10 @@ - - scm:git:http://git.opendaylight.org/gerrit/mdsal.git - scm:git:ssh://git.opendaylight.org:29418/mdsal.git - HEAD - https://wiki.opendaylight.org/view/MD-SAL:Main - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - + + scm:git:http://git.opendaylight.org/gerrit/mdsal.git + scm:git:ssh://git.opendaylight.org:29418/mdsal.git + HEAD + https://wiki.opendaylight.org/view/MD-SAL:Main + diff --git a/common/pom.xml b/common/pom.xml index ef929f2263..faa41daf41 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -36,21 +36,4 @@ features mdsal-common-api - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/deploy-site.xml-disabled b/deploy-site.xml-disabled deleted file mode 100644 index 8633d69ed5..0000000000 --- a/deploy-site.xml-disabled +++ /dev/null @@ -1,50 +0,0 @@ - - - - - 4.0.0 - - org.opendaylight.mdsal - deploy-site - 1.0.0-SNAPSHOT - pom - - - latest - dav:https://nexus.opendaylight.org/content/sites/site/${project.groupId}/${stream}/ - - - - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.9 - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.4 - - ${project.build.directory}/staged-site - - - - - - - - opendaylight-site - ${nexus.site.url} - - - diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index f82798d285..c7f09daa9c 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -74,6 +74,7 @@ test + @@ -91,21 +92,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 7119d6cacd..9888a9b658 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -40,94 +40,77 @@ - - - com.google.guava - guava - - - com.lmax - disruptor - + + + com.google.guava + guava + + + com.lmax + disruptor + - - org.opendaylight.mdsal - mdsal-dom-api - - - org.opendaylight.mdsal - mdsal-dom-spi - - - org.opendaylight.mdsal - mdsal-dom-inmemory-datastore - + + org.opendaylight.mdsal + mdsal-dom-api + + + org.opendaylight.mdsal + mdsal-dom-spi + + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore + - - org.opendaylight.yangtools - util - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-parser-impl - - - org.opendaylight.yangtools - yang-model-api - + + org.opendaylight.yangtools + util + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-parser-impl + + + org.opendaylight.yangtools + yang-model-api + - - junit - junit - + + junit + junit + - - org.opendaylight.yangtools - mockito-configuration - test - - - org.opendaylight.yangtools - yang-test-util - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - - scm:git:http://git.opendaylight.org/gerrit/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + org.opendaylight.yangtools + mockito-configuration + test + + + org.opendaylight.yangtools + yang-test-util + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + + + scm:git:http://git.opendaylight.org/gerrit/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index e7dbd93e2e..85fa467bba 100644 --- a/dom/mdsal-dom-inmemory-datastore/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore/pom.xml @@ -123,22 +123,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/dom/mdsal-dom-schema-service-osgi/pom.xml b/dom/mdsal-dom-schema-service-osgi/pom.xml index 78c420ad60..028b03d00a 100644 --- a/dom/mdsal-dom-schema-service-osgi/pom.xml +++ b/dom/mdsal-dom-schema-service-osgi/pom.xml @@ -8,7 +8,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 + 4.0.0 org.opendaylight.odlparent bundle-parent @@ -40,72 +40,72 @@ - - - org.osgi - org.osgi.core - - - com.google.guava - guava - + + + org.osgi + org.osgi.core + + + com.google.guava + guava + - - org.opendaylight.mdsal - mdsal-dom-api - - - org.opendaylight.mdsal - mdsal-dom-broker - + + org.opendaylight.mdsal + mdsal-dom-api + + + org.opendaylight.mdsal + mdsal-dom-broker + - - org.opendaylight.yangtools - util - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-parser-impl - - - org.opendaylight.yangtools - yang-test-util - + + org.opendaylight.yangtools + util + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-parser-impl + + + org.opendaylight.yangtools + yang-test-util + - - junit - junit - - - org.opendaylight.yangtools - mockito-configuration - test - - + + junit + junit + + + org.opendaylight.yangtools + mockito-configuration + test + + - - - - org.apache.felix - maven-bundle-plugin - true - - - osgiBundleScanningSchema - - *, - org.opendaylight.mdsal.dom.api - - - - - - + + + + org.apache.felix + maven-bundle-plugin + true + + + osgiBundleScanningSchema + + *, + org.opendaylight.mdsal.dom.api + + + + + + scm:git:http://git.opendaylight.org/gerrit/controller.git @@ -113,22 +113,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index f18c8d4ad0..5c6250f8cd 100644 --- a/dom/mdsal-dom-spi/pom.xml +++ b/dom/mdsal-dom-spi/pom.xml @@ -40,32 +40,32 @@ - - - org.opendaylight.mdsal - mdsal-dom-api - + + + org.opendaylight.mdsal + mdsal-dom-api + - - - junit - junit - test - - - org.slf4j - slf4j-simple - test - - - org.opendaylight.yangtools - mockito-configuration - test - - + + + junit + junit + test + + + org.slf4j + slf4j-simple + test + + + org.opendaylight.yangtools + mockito-configuration + test + + - - + + org.apache.maven.plugins maven-checkstyle-plugin @@ -74,29 +74,12 @@ - - - - scm:git:http://git.opendaylight.org/gerrit/mdsal.git - scm:git:ssh://git.opendaylight.org:29418/mdsal.git - HEAD - https://wiki.opendaylight.org/view/MD-SAL:Main - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + scm:git:http://git.opendaylight.org/gerrit/mdsal.git + scm:git:ssh://git.opendaylight.org:29418/mdsal.git + HEAD + https://wiki.opendaylight.org/view/MD-SAL:Main + diff --git a/dom/pom.xml b/dom/pom.xml index 08b70263af..d1167bf87f 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -31,21 +31,4 @@ mdsal-dom-inmemory-datastore mdsal-dom-schema-service-osgi - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 4ac2db68ba..493781ae80 100644 --- a/entityownership/mdsal-eos-binding-adapter/pom.xml +++ b/entityownership/mdsal-eos-binding-adapter/pom.xml @@ -111,21 +111,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 07588dd3d1..1cd9efa83c 100644 --- a/entityownership/mdsal-eos-binding-api/pom.xml +++ b/entityownership/mdsal-eos-binding-api/pom.xml @@ -101,21 +101,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index 906acbf5fb..6256d88be4 100644 --- a/entityownership/mdsal-eos-common-api/pom.xml +++ b/entityownership/mdsal-eos-common-api/pom.xml @@ -84,21 +84,4 @@ HEAD https://wiki.opendaylight.org/view/MD-SAL:Main - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/entityownership/mdsal-eos-common-spi/pom.xml b/entityownership/mdsal-eos-common-spi/pom.xml index 909e66408f..7c3f93f18f 100644 --- a/entityownership/mdsal-eos-common-spi/pom.xml +++ b/entityownership/mdsal-eos-common-spi/pom.xml @@ -88,21 +88,4 @@ HEAD https://wiki.opendaylight.org/view/MD-SAL:Main - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 0eab6bfd20..532a5710b2 100644 --- a/entityownership/mdsal-eos-dom-api/pom.xml +++ b/entityownership/mdsal-eos-dom-api/pom.xml @@ -83,21 +83,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 8e9287e844..dc0d6ecf23 100644 --- a/entityownership/mdsal-eos-dom-simple/pom.xml +++ b/entityownership/mdsal-eos-dom-simple/pom.xml @@ -91,21 +91,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/entityownership/pom.xml b/entityownership/pom.xml index 0d61706724..a4ee11a513 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -31,21 +31,4 @@ mdsal-eos-binding-api mdsal-eos-binding-adapter - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model-binding2/pom.xml b/model-binding2/pom.xml index c15fbcd85c..3feed872ae 100644 --- a/model-binding2/pom.xml +++ b/model-binding2/pom.xml @@ -27,20 +27,4 @@ yang-ext - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model-binding2/yang-ext/pom.xml b/model-binding2/yang-ext/pom.xml index 7ccdf77bab..666c15b3f0 100644 --- a/model-binding2/yang-ext/pom.xml +++ b/model-binding2/yang-ext/pom.xml @@ -25,21 +25,4 @@ ${project.artifactId} ${project.artifactId} bundle - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/features/features-mdsal-model/pom.xml b/model/features/features-mdsal-model/pom.xml index 1044d67415..4955bb90b9 100644 --- a/model/features/features-mdsal-model/pom.xml +++ b/model/features/features-mdsal-model/pom.xml @@ -41,21 +41,4 @@ xml - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/features/pom.xml b/model/features/pom.xml index b68a33aa84..6aacc6095b 100644 --- a/model/features/pom.xml +++ b/model/features/pom.xml @@ -25,21 +25,4 @@ features-mdsal-model odl-mdsal-models - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index c57597a86b..a032e522b5 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -22,21 +22,4 @@ ${project.artifactId} ${project.artifactId} bundle - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/iana/iana-afn-safi/pom.xml b/model/iana/iana-afn-safi/pom.xml index 46255de902..7c643d3a01 100644 --- a/model/iana/iana-afn-safi/pom.xml +++ b/model/iana/iana-afn-safi/pom.xml @@ -21,21 +21,4 @@ iana-afn-safi 2013.07.04.13.0-SNAPSHOT bundle - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/iana/iana-if-type-2014-05-08/pom.xml b/model/iana/iana-if-type-2014-05-08/pom.xml index e803629001..ff08317c15 100644 --- a/model/iana/iana-if-type-2014-05-08/pom.xml +++ b/model/iana/iana-if-type-2014-05-08/pom.xml @@ -30,21 +30,4 @@ ietf-interfaces - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/iana/iana-if-type/pom.xml b/model/iana/iana-if-type/pom.xml index 4c7efe1251..2b9694a768 100644 --- a/model/iana/iana-if-type/pom.xml +++ b/model/iana/iana-if-type/pom.xml @@ -21,22 +21,4 @@ iana-if-type 2013.07.04.13.0-SNAPSHOT bundle - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/iana/pom.xml b/model/iana/pom.xml index 9212ca11ac..22593a9e9d 100644 --- a/model/iana/pom.xml +++ b/model/iana/pom.xml @@ -32,21 +32,4 @@ ietf-topology-ospf --> - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-access-control-list/pom.xml b/model/ietf/ietf-access-control-list/pom.xml index ac1541a136..06eb1b7c37 100644 --- a/model/ietf/ietf-access-control-list/pom.xml +++ b/model/ietf/ietf-access-control-list/pom.xml @@ -24,27 +24,10 @@ ${project.artifactId} bundle - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - - - - org.opendaylight.mdsal.model - ietf-packet-fields - 0.11.0-SNAPSHOT - - + + + org.opendaylight.mdsal.model + ietf-packet-fields + + diff --git a/model/ietf/ietf-inet-types-2013-07-15/pom.xml b/model/ietf/ietf-inet-types-2013-07-15/pom.xml index 88831b87de..99941f1b3a 100644 --- a/model/ietf/ietf-inet-types-2013-07-15/pom.xml +++ b/model/ietf/ietf-inet-types-2013-07-15/pom.xml @@ -36,21 +36,4 @@ test - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-interfaces/pom.xml b/model/ietf/ietf-interfaces/pom.xml index cb2e361cba..9dabf2f968 100644 --- a/model/ietf/ietf-interfaces/pom.xml +++ b/model/ietf/ietf-interfaces/pom.xml @@ -30,22 +30,4 @@ ietf-yang-types-20130715 - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-lisp-address-types/pom.xml b/model/ietf/ietf-lisp-address-types/pom.xml index a47307960e..a844d3d955 100644 --- a/model/ietf/ietf-lisp-address-types/pom.xml +++ b/model/ietf/ietf-lisp-address-types/pom.xml @@ -34,22 +34,4 @@ ietf-yang-types-20130715 - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-packet-fields/pom.xml b/model/ietf/ietf-packet-fields/pom.xml index 98dc2b1989..4af6212470 100644 --- a/model/ietf/ietf-packet-fields/pom.xml +++ b/model/ietf/ietf-packet-fields/pom.xml @@ -38,21 +38,4 @@ ietf-inet-types-2013-07-15 - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-restconf/pom.xml b/model/ietf/ietf-restconf/pom.xml index 53624b1302..a15254102b 100644 --- a/model/ietf/ietf-restconf/pom.xml +++ b/model/ietf/ietf-restconf/pom.xml @@ -41,21 +41,4 @@ junit - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-ted/pom.xml b/model/ietf/ietf-ted/pom.xml index 34dc8f6511..19ec46a1f7 100644 --- a/model/ietf/ietf-ted/pom.xml +++ b/model/ietf/ietf-ted/pom.xml @@ -34,22 +34,4 @@ ietf-yang-types-20130715 - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-topology-isis/pom.xml b/model/ietf/ietf-topology-isis/pom.xml index a2a47ce69d..7e24833176 100644 --- a/model/ietf/ietf-topology-isis/pom.xml +++ b/model/ietf/ietf-topology-isis/pom.xml @@ -34,22 +34,4 @@ ietf-ted - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-topology-l3-unicast-igp/pom.xml b/model/ietf/ietf-topology-l3-unicast-igp/pom.xml index 4234c76702..a69d5a63ea 100644 --- a/model/ietf/ietf-topology-l3-unicast-igp/pom.xml +++ b/model/ietf/ietf-topology-l3-unicast-igp/pom.xml @@ -30,22 +30,4 @@ ietf-topology - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-topology-ospf/pom.xml b/model/ietf/ietf-topology-ospf/pom.xml index 79eb644f34..5daba79d16 100644 --- a/model/ietf/ietf-topology-ospf/pom.xml +++ b/model/ietf/ietf-topology-ospf/pom.xml @@ -34,22 +34,4 @@ ietf-ted - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-topology/pom.xml b/model/ietf/ietf-topology/pom.xml index 1fbc049c69..13c25c8a8f 100644 --- a/model/ietf/ietf-topology/pom.xml +++ b/model/ietf/ietf-topology/pom.xml @@ -33,21 +33,4 @@ ietf-yang-types-20130715 - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-type-util/pom.xml b/model/ietf/ietf-type-util/pom.xml index 90b7370530..3f74de911a 100644 --- a/model/ietf/ietf-type-util/pom.xml +++ b/model/ietf/ietf-type-util/pom.xml @@ -48,21 +48,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/ietf/ietf-yang-types-20130715/pom.xml b/model/ietf/ietf-yang-types-20130715/pom.xml index 5596654c29..5e2ae1b210 100644 --- a/model/ietf/ietf-yang-types-20130715/pom.xml +++ b/model/ietf/ietf-yang-types-20130715/pom.xml @@ -31,21 +31,4 @@ ietf-type-util - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index f04746579e..de51fd7ddf 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -21,22 +21,4 @@ opendaylight-l2-types 2013.08.27.13.0-SNAPSHOT bundle - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/pom.xml b/model/pom.xml index e7b2e8682e..45e7ac7599 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -33,21 +33,4 @@ l2-types general-entity - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index 1a2fa39654..1828f4e7bc 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -23,21 +23,4 @@ ${project.artifactId} ${project.artifactId} bundle - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/pom.xml b/pom.xml index 77011216fe..bf11948686 100644 --- a/pom.xml +++ b/pom.xml @@ -31,14 +31,14 @@ - common - dom - binding - binding2 - model - model-binding2 - entityownership - singleton-service + common + dom + binding + binding2 + model + model-binding2 + entityownership + singleton-service @@ -58,56 +58,4 @@ - - - - - maven-site - - - ${user.dir}/deploy-site.xml - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - false - - - aggregate - - aggregate - - package - - - - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/ - - - - opendaylight-site - ${nexus.site.url}/ - - - diff --git a/singleton-service/mdsal-singleton-common-api/pom.xml b/singleton-service/mdsal-singleton-common-api/pom.xml index 06466bd7b3..12d1233a0c 100644 --- a/singleton-service/mdsal-singleton-common-api/pom.xml +++ b/singleton-service/mdsal-singleton-common-api/pom.xml @@ -91,21 +91,4 @@ HEAD https://wiki.opendaylight.org/view/MD-SAL:Main - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/singleton-service/mdsal-singleton-dom-impl/pom.xml b/singleton-service/mdsal-singleton-dom-impl/pom.xml index f423cb0bde..66320b37c4 100644 --- a/singleton-service/mdsal-singleton-dom-impl/pom.xml +++ b/singleton-service/mdsal-singleton-dom-impl/pom.xml @@ -100,21 +100,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index bdfbd72e8d..832bcf2b80 100644 --- a/singleton-service/pom.xml +++ b/singleton-service/pom.xml @@ -27,21 +27,4 @@ mdsal-singleton-common-api mdsal-singleton-dom-impl - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - -- 2.36.6