From c877054a927c0aedf484afbf05615b063b8fda7f Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Wed, 12 Jul 2017 15:04:59 +0300 Subject: [PATCH] Fully remove Maven Sites Change-Id: I8c6ba1fe18e0fff43d0aa47b19c9f11df05ead20 Signed-off-by: Lorand Jakab --- artifacts/pom.xml | 17 --------- commons/build_tools/pom.xml | 17 --------- commons/parent/pom.xml | 30 ---------------- commons/unittest_tools/pom.xml | 17 --------- deploy-site.xml | 50 --------------------------- integrationtest/pom.xml | 17 --------- mappingservice/api/pom.xml | 17 --------- mappingservice/config/pom.xml | 17 --------- mappingservice/dsbackend/pom.xml | 17 --------- mappingservice/implementation/pom.xml | 17 --------- mappingservice/inmemorydb/pom.xml | 17 --------- mappingservice/lisp-proto/pom.xml | 17 --------- mappingservice/mapcache/pom.xml | 17 --------- mappingservice/netconf/pom.xml | 17 --------- mappingservice/neutron/pom.xml | 17 --------- mappingservice/pom.xml | 17 --------- pom.xml | 17 --------- ui/bundle/pom.xml | 20 ----------- ui/module/pom.xml | 16 --------- ui/pom.xml | 17 --------- 20 files changed, 388 deletions(-) delete mode 100644 deploy-site.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index b06b82016..0cb555ee4 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -155,21 +155,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/commons/build_tools/pom.xml b/commons/build_tools/pom.xml index 663a02e90..03cc4d8f9 100644 --- a/commons/build_tools/pom.xml +++ b/commons/build_tools/pom.xml @@ -15,21 +15,4 @@ build failure. Please do not modify this unless you have a good reason. --> ODL :: lispflowmapping :: ${project.artifactId} - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 8558726f9..5ddc4feb4 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -466,34 +466,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - - - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - - - opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/commons/unittest_tools/pom.xml b/commons/unittest_tools/pom.xml index 7128fe53d..b7d985327 100644 --- a/commons/unittest_tools/pom.xml +++ b/commons/unittest_tools/pom.xml @@ -38,21 +38,4 @@ slf4j-api - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/deploy-site.xml b/deploy-site.xml deleted file mode 100644 index a6f945ead..000000000 --- a/deploy-site.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - 4.0.0 - - org.opendaylight.lispflowmapping - 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/integrationtest/pom.xml b/integrationtest/pom.xml index 9ea03355b..c1838953c 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -81,21 +81,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index 77b70051e..93fc7ffe7 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -52,21 +52,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/config/pom.xml b/mappingservice/config/pom.xml index 69cb07e94..fe7f58360 100644 --- a/mappingservice/config/pom.xml +++ b/mappingservice/config/pom.xml @@ -25,21 +25,4 @@ 1.6.0-SNAPSHOT - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/dsbackend/pom.xml b/mappingservice/dsbackend/pom.xml index 2417f7c86..a660d3644 100644 --- a/mappingservice/dsbackend/pom.xml +++ b/mappingservice/dsbackend/pom.xml @@ -51,21 +51,4 @@ test - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index 4ec1df5ee..95df62fcb 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -68,21 +68,4 @@ mdsal-singleton-dom-impl - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/inmemorydb/pom.xml b/mappingservice/inmemorydb/pom.xml index eb4dcd1cf..799b897a4 100644 --- a/mappingservice/inmemorydb/pom.xml +++ b/mappingservice/inmemorydb/pom.xml @@ -42,21 +42,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/lisp-proto/pom.xml b/mappingservice/lisp-proto/pom.xml index ebf30f6df..0d69d9bc6 100644 --- a/mappingservice/lisp-proto/pom.xml +++ b/mappingservice/lisp-proto/pom.xml @@ -79,21 +79,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/mapcache/pom.xml b/mappingservice/mapcache/pom.xml index ab8469fa3..a1b9abe5b 100644 --- a/mappingservice/mapcache/pom.xml +++ b/mappingservice/mapcache/pom.xml @@ -33,21 +33,4 @@ compile - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/netconf/pom.xml b/mappingservice/netconf/pom.xml index 58ee57ff0..d245961d3 100644 --- a/mappingservice/netconf/pom.xml +++ b/mappingservice/netconf/pom.xml @@ -117,21 +117,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/neutron/pom.xml b/mappingservice/neutron/pom.xml index 28ff2991c..ef4d46b18 100644 --- a/mappingservice/neutron/pom.xml +++ b/mappingservice/neutron/pom.xml @@ -91,21 +91,4 @@ test - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index 64da9f427..6aff26d43 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -101,21 +101,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/pom.xml b/pom.xml index 9129c6df1..6aa115da0 100644 --- a/pom.xml +++ b/pom.xml @@ -80,21 +80,4 @@ - - - ${odl.site.url}/${project.groupId}/${stream}/ - - - - opendaylight-site - ${nexus.site.url}/ - - - diff --git a/ui/bundle/pom.xml b/ui/bundle/pom.xml index 71ae5f8d5..502752e95 100644 --- a/ui/bundle/pom.xml +++ b/ui/bundle/pom.xml @@ -71,24 +71,4 @@ - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/ui/module/pom.xml b/ui/module/pom.xml index e1a762141..52810b876 100644 --- a/ui/module/pom.xml +++ b/ui/module/pom.xml @@ -14,20 +14,4 @@ build failure. Please do not modify this unless you have a good reason. --> ODL :: lispflowmapping :: ${project.artifactId} - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - diff --git a/ui/pom.xml b/ui/pom.xml index a8694fc78..40a99f8db 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -20,21 +20,4 @@ module bundle - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - -- 2.36.6