From bcdfc29e558e58b5df9a16587ec5785ebd732f0d Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 27 Nov 2017 18:21:05 +0100 Subject: [PATCH] Drop obsolete Maven site configuration See https://lists.opendaylight.org/pipermail/odlparent-dev/2017-November/001492.html Change-Id: I2735d334673209dd08b677be7de0c4d368e3a8ca Signed-off-by: Stephen Kitt --- benchmarks/pom.xml | 15 --------------- common/artifacts/pom.xml | 15 --------------- common/checkstyle-logging/pom.xml | 15 --------------- common/concepts/pom.xml | 15 --------------- common/mockito-configuration/pom.xml | 15 --------------- common/object-cache-api/pom.xml | 15 --------------- common/object-cache-guava/pom.xml | 15 --------------- common/object-cache-noop/pom.xml | 15 --------------- common/pom.xml | 15 --------------- common/util/pom.xml | 15 --------------- features/pom.xml | 15 --------------- pom.xml | 15 --------------- third-party/pom.xml | 15 --------------- third-party/triemap/pom.xml | 15 --------------- yang-validation-tool/pom.xml | 15 --------------- yang/odlext-model-api/pom.xml | 15 --------------- yang/odlext-parser-support/pom.xml | 15 --------------- yang/openconfig-model-api/pom.xml | 15 --------------- yang/openconfig-parser-support/pom.xml | 15 --------------- yang/pom.xml | 15 --------------- yang/rfc6536-model-api/pom.xml | 15 --------------- yang/rfc6536-parser-support/pom.xml | 15 --------------- yang/rfc7952-model-api/pom.xml | 15 --------------- yang/rfc7952-parser-support/pom.xml | 15 --------------- yang/rfc8040-model-api/pom.xml | 15 --------------- yang/rfc8040-parser-support/pom.xml | 15 --------------- yang/yang-common/pom.xml | 15 --------------- yang/yang-data-api/pom.xml | 15 --------------- yang/yang-data-codec-gson/pom.xml | 15 --------------- yang/yang-data-codec-xml/pom.xml | 15 --------------- yang/yang-data-impl/pom.xml | 15 --------------- yang/yang-data-jaxen/pom.xml | 15 --------------- yang/yang-data-transform/pom.xml | 15 --------------- yang/yang-data-util/pom.xml | 15 --------------- yang/yang-maven-plugin-it/pom.xml | 15 --------------- yang/yang-maven-plugin-spi/pom.xml | 15 --------------- yang/yang-maven-plugin/pom.xml | 15 --------------- yang/yang-model-api/pom.xml | 15 --------------- yang/yang-model-export/pom.xml | 15 --------------- yang/yang-model-immutable/pom.xml | 14 -------------- yang/yang-model-util/pom.xml | 15 --------------- yang/yang-model-validator/pom.xml | 11 ----------- yang/yang-parser-api/pom.xml | 15 --------------- yang/yang-parser-impl/pom.xml | 15 --------------- yang/yang-parser-reactor/pom.xml | 15 --------------- yang/yang-parser-rfc7950/pom.xml | 15 --------------- yang/yang-parser-spi/pom.xml | 15 --------------- yang/yang-test-util/pom.xml | 16 ---------------- 48 files changed, 716 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 65f19e83ca..fb30915ff2 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -73,19 +73,4 @@ - - ${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 c82874139e..8f63769f43 100644 --- a/common/artifacts/pom.xml +++ b/common/artifacts/pom.xml @@ -325,19 +325,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/checkstyle-logging/pom.xml b/common/checkstyle-logging/pom.xml index d1bfec8d1d..b7dc6e3d55 100644 --- a/common/checkstyle-logging/pom.xml +++ b/common/checkstyle-logging/pom.xml @@ -51,19 +51,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/concepts/pom.xml b/common/concepts/pom.xml index 2d618512b5..9933621541 100644 --- a/common/concepts/pom.xml +++ b/common/concepts/pom.xml @@ -47,19 +47,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/mockito-configuration/pom.xml b/common/mockito-configuration/pom.xml index a399e5eadf..d883accbc0 100644 --- a/common/mockito-configuration/pom.xml +++ b/common/mockito-configuration/pom.xml @@ -50,19 +50,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/object-cache-api/pom.xml b/common/object-cache-api/pom.xml index 96c0c26a2c..736726db31 100644 --- a/common/object-cache-api/pom.xml +++ b/common/object-cache-api/pom.xml @@ -95,19 +95,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/object-cache-guava/pom.xml b/common/object-cache-guava/pom.xml index eaa008766d..4f15f8fc6d 100644 --- a/common/object-cache-guava/pom.xml +++ b/common/object-cache-guava/pom.xml @@ -77,19 +77,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/object-cache-noop/pom.xml b/common/object-cache-noop/pom.xml index 5b1622064b..09ac698e5e 100644 --- a/common/object-cache-noop/pom.xml +++ b/common/object-cache-noop/pom.xml @@ -66,19 +66,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/pom.xml b/common/pom.xml index 3cb5bb82f3..78867c7e27 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -34,19 +34,4 @@ testutils - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/common/util/pom.xml b/common/util/pom.xml index 030c3e885e..faa1c44661 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -87,19 +87,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/features/pom.xml b/features/pom.xml index bb83626ce2..2c3d3e3c32 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -46,19 +46,4 @@ features-yangtools-experimental - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/pom.xml b/pom.xml index ca7256a4a1..289f0eaa9f 100644 --- a/pom.xml +++ b/pom.xml @@ -105,19 +105,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/ - - - - opendaylight-site - ${nexus.site.url}/ - - diff --git a/third-party/pom.xml b/third-party/pom.xml index 21dc2ae9d2..f876e15136 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -26,19 +26,4 @@ triemap - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/third-party/triemap/pom.xml b/third-party/triemap/pom.xml index 1c41d62ab2..db4c7d13a3 100644 --- a/third-party/triemap/pom.xml +++ b/third-party/triemap/pom.xml @@ -81,19 +81,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang-validation-tool/pom.xml b/yang-validation-tool/pom.xml index 1dab4259e4..b712c4dfcf 100644 --- a/yang-validation-tool/pom.xml +++ b/yang-validation-tool/pom.xml @@ -95,19 +95,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/odlext-model-api/pom.xml b/yang/odlext-model-api/pom.xml index 868ad2eb9c..4678a7da15 100644 --- a/yang/odlext-model-api/pom.xml +++ b/yang/odlext-model-api/pom.xml @@ -63,19 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/odlext-parser-support/pom.xml b/yang/odlext-parser-support/pom.xml index 3e795ef155..fcc9393ed4 100644 --- a/yang/odlext-parser-support/pom.xml +++ b/yang/odlext-parser-support/pom.xml @@ -69,19 +69,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/openconfig-model-api/pom.xml b/yang/openconfig-model-api/pom.xml index 2bbeff9454..2533ec9796 100644 --- a/yang/openconfig-model-api/pom.xml +++ b/yang/openconfig-model-api/pom.xml @@ -63,19 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/openconfig-parser-support/pom.xml b/yang/openconfig-parser-support/pom.xml index c1919aad49..1f52b6ac19 100644 --- a/yang/openconfig-parser-support/pom.xml +++ b/yang/openconfig-parser-support/pom.xml @@ -69,19 +69,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/pom.xml b/yang/pom.xml index 4416cdddfb..2fefafe160 100644 --- a/yang/pom.xml +++ b/yang/pom.xml @@ -79,19 +79,4 @@ rfc8040-parser-support - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/rfc6536-model-api/pom.xml b/yang/rfc6536-model-api/pom.xml index e474cde825..b948f45080 100644 --- a/yang/rfc6536-model-api/pom.xml +++ b/yang/rfc6536-model-api/pom.xml @@ -63,19 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/rfc6536-parser-support/pom.xml b/yang/rfc6536-parser-support/pom.xml index 15d1af1b89..1c2eedb820 100644 --- a/yang/rfc6536-parser-support/pom.xml +++ b/yang/rfc6536-parser-support/pom.xml @@ -69,19 +69,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/rfc7952-model-api/pom.xml b/yang/rfc7952-model-api/pom.xml index 0ff1bd720b..2f96a9017b 100644 --- a/yang/rfc7952-model-api/pom.xml +++ b/yang/rfc7952-model-api/pom.xml @@ -63,19 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/rfc7952-parser-support/pom.xml b/yang/rfc7952-parser-support/pom.xml index fc1618fbf4..40ee848042 100644 --- a/yang/rfc7952-parser-support/pom.xml +++ b/yang/rfc7952-parser-support/pom.xml @@ -69,19 +69,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/rfc8040-model-api/pom.xml b/yang/rfc8040-model-api/pom.xml index 4ec3999e48..4eca711878 100644 --- a/yang/rfc8040-model-api/pom.xml +++ b/yang/rfc8040-model-api/pom.xml @@ -63,19 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/rfc8040-parser-support/pom.xml b/yang/rfc8040-parser-support/pom.xml index 943ff57cda..03bb096f9d 100644 --- a/yang/rfc8040-parser-support/pom.xml +++ b/yang/rfc8040-parser-support/pom.xml @@ -69,19 +69,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-common/pom.xml b/yang/yang-common/pom.xml index d3e08db16c..2bb68b2d5d 100644 --- a/yang/yang-common/pom.xml +++ b/yang/yang-common/pom.xml @@ -65,19 +65,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-data-api/pom.xml b/yang/yang-data-api/pom.xml index ec112b09ce..c023ba28d1 100644 --- a/yang/yang-data-api/pom.xml +++ b/yang/yang-data-api/pom.xml @@ -80,19 +80,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-data-codec-gson/pom.xml b/yang/yang-data-codec-gson/pom.xml index 02b246b991..128d792a2b 100644 --- a/yang/yang-data-codec-gson/pom.xml +++ b/yang/yang-data-codec-gson/pom.xml @@ -86,19 +86,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-data-codec-xml/pom.xml b/yang/yang-data-codec-xml/pom.xml index 929e27ee8b..2913321994 100644 --- a/yang/yang-data-codec-xml/pom.xml +++ b/yang/yang-data-codec-xml/pom.xml @@ -86,19 +86,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index e11d419320..d8398f068b 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -195,19 +195,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-data-jaxen/pom.xml b/yang/yang-data-jaxen/pom.xml index d1d53e954c..060e4a4858 100644 --- a/yang/yang-data-jaxen/pom.xml +++ b/yang/yang-data-jaxen/pom.xml @@ -117,19 +117,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-data-transform/pom.xml b/yang/yang-data-transform/pom.xml index d7772b9ea5..d3a573bdc3 100644 --- a/yang/yang-data-transform/pom.xml +++ b/yang/yang-data-transform/pom.xml @@ -59,19 +59,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-data-util/pom.xml b/yang/yang-data-util/pom.xml index 3b94a0b415..4de6392bb7 100644 --- a/yang/yang-data-util/pom.xml +++ b/yang/yang-data-util/pom.xml @@ -67,19 +67,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 1c3608fed0..d791100a6c 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -122,19 +122,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-maven-plugin-spi/pom.xml b/yang/yang-maven-plugin-spi/pom.xml index 95b7fe9ee6..a47ad090d8 100644 --- a/yang/yang-maven-plugin-spi/pom.xml +++ b/yang/yang-maven-plugin-spi/pom.xml @@ -84,19 +84,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index 9b94ea8486..34206e696b 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -145,19 +145,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-model-api/pom.xml b/yang/yang-model-api/pom.xml index ea714c216a..834adeea19 100644 --- a/yang/yang-model-api/pom.xml +++ b/yang/yang-model-api/pom.xml @@ -63,19 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-model-export/pom.xml b/yang/yang-model-export/pom.xml index 9939aacaa8..25f593d3a4 100644 --- a/yang/yang-model-export/pom.xml +++ b/yang/yang-model-export/pom.xml @@ -76,19 +76,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-model-immutable/pom.xml b/yang/yang-model-immutable/pom.xml index dfb10fc55d..4f20fd3bad 100644 --- a/yang/yang-model-immutable/pom.xml +++ b/yang/yang-model-immutable/pom.xml @@ -63,18 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-model-util/pom.xml b/yang/yang-model-util/pom.xml index 835375bc9c..7d24f8e906 100644 --- a/yang/yang-model-util/pom.xml +++ b/yang/yang-model-util/pom.xml @@ -69,19 +69,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-model-validator/pom.xml b/yang/yang-model-validator/pom.xml index 035e409edd..f48949b09a 100644 --- a/yang/yang-model-validator/pom.xml +++ b/yang/yang-model-validator/pom.xml @@ -119,15 +119,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index dca65168eb..5ef183cb30 100644 --- a/yang/yang-parser-api/pom.xml +++ b/yang/yang-parser-api/pom.xml @@ -43,19 +43,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-parser-impl/pom.xml b/yang/yang-parser-impl/pom.xml index fdb74bb40b..7793845c4c 100644 --- a/yang/yang-parser-impl/pom.xml +++ b/yang/yang-parser-impl/pom.xml @@ -170,19 +170,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-parser-reactor/pom.xml b/yang/yang-parser-reactor/pom.xml index 76e4f573bd..89ea8e49ef 100644 --- a/yang/yang-parser-reactor/pom.xml +++ b/yang/yang-parser-reactor/pom.xml @@ -93,19 +93,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-parser-rfc7950/pom.xml b/yang/yang-parser-rfc7950/pom.xml index 94d92f8121..dbe75c16a2 100644 --- a/yang/yang-parser-rfc7950/pom.xml +++ b/yang/yang-parser-rfc7950/pom.xml @@ -136,19 +136,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-parser-spi/pom.xml b/yang/yang-parser-spi/pom.xml index 250ef00253..ea29f82d16 100644 --- a/yang/yang-parser-spi/pom.xml +++ b/yang/yang-parser-spi/pom.xml @@ -63,19 +63,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - diff --git a/yang/yang-test-util/pom.xml b/yang/yang-test-util/pom.xml index 19e88284aa..4bb5d136e7 100644 --- a/yang/yang-test-util/pom.xml +++ b/yang/yang-test-util/pom.xml @@ -55,20 +55,4 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - -- 2.36.6