From 5b77ca8e8555823cb40a7e5d6c72b9d1d5b7667c Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 24 May 2016 15:49:44 +0200 Subject: [PATCH] Enable NetVirt Maven site This patch enables the Maven site, fixes up all the URLs and corrects blocking Javadoc errors. Change-Id: I534e904a7bd31394bcf833c1403d77ec689ea2ef Signed-off-by: Stephen Kitt --- commons/it/pom.xml | 17 ++++++- commons/pom.xml | 17 ++++++- deploy-site.xml | 50 ++++++++++++++++++ features/pom.xml | 17 ++++++- karaf/pom.xml | 17 ++++++- netvirt-artifacts/pom.xml | 17 ++++++- netvirt/api/pom.xml | 15 ++++++ netvirt/it/pom.xml | 15 ++++++ netvirt/pom.xml | 16 ++++++ netvirt/renderers/hwgw/pom.xml | 15 ++++++ netvirt/renderers/neutron/pom.xml | 15 ++++++ netvirt/renderers/pom.xml | 15 ++++++ openstack/net-virt-it/pom.xml | 17 ++++++- openstack/net-virt-providers/pom.xml | 17 ++++++- .../AbstractServiceInstanceTest.java | 2 +- .../services/InboundNatServiceTest.java | 2 +- openstack/net-virt-sfc/api/pom.xml | 16 ++++++ openstack/net-virt-sfc/artifacts/pom.xml | 16 ++++++ openstack/net-virt-sfc/features/pom.xml | 16 ++++++ openstack/net-virt-sfc/impl/pom.xml | 16 ++++++ openstack/net-virt-sfc/it/pom.xml | 15 ++++++ openstack/net-virt-sfc/karaf/pom.xml | 16 ++++++ openstack/net-virt-sfc/pom.xml | 16 ++++++ openstack/net-virt/pom.xml | 17 ++++++- openstack/pom.xml | 16 +++++- ovsdb-ui/bundle/pom.xml | 15 ++++++ ovsdb-ui/module/pom.xml | 16 ++++++ ovsdb-ui/pom.xml | 16 ++++++ pom.xml | 51 ++++++++++++++++++- src/site/site.xml | 15 ++++++ utils/config/pom.xml | 17 ++++++- utils/mdsal-openflow/pom.xml | 17 ++++++- utils/mdsal-utils/pom.xml | 16 ++++++ utils/netvirt-it-utils/pom.xml | 16 ++++++ utils/neutron-utils/pom.xml | 16 ++++++ utils/pom.xml | 17 ++++++- utils/servicehelper/pom.xml | 17 ++++++- vpnservice/bgpmanager/bgpmanager-api/pom.xml | 16 ++++++ vpnservice/bgpmanager/bgpmanager-impl/pom.xml | 15 ++++++ vpnservice/bgpmanager/pom.xml | 16 ++++++ vpnservice/commons/binding-parent/pom.xml | 16 ++++++ vpnservice/commons/config-parent/pom.xml | 15 ++++++ .../dhcpservice/dhcpservice-api/pom.xml | 16 ++++++ .../dhcpservice/dhcpservice-impl/pom.xml | 15 ++++++ vpnservice/dhcpservice/pom.xml | 16 ++++++ vpnservice/distribution/karaf/pom.xml | 16 ++++++ .../elanmanager/elanmanager-api/pom.xml | 16 ++++++ .../elanmanager/elanmanager-impl/pom.xml | 16 ++++++ vpnservice/elanmanager/pom.xml | 16 ++++++ vpnservice/features/pom.xml | 16 ++++++ vpnservice/fibmanager/fibmanager-api/pom.xml | 16 ++++++ vpnservice/fibmanager/fibmanager-impl/pom.xml | 15 ++++++ .../fibmanager/fibmanager-shell/pom.xml | 15 ++++++ vpnservice/fibmanager/pom.xml | 16 ++++++ vpnservice/model-bgp/pom.xml | 16 ++++++ vpnservice/natservice/natservice-api/pom.xml | 16 ++++++ vpnservice/natservice/natservice-impl/pom.xml | 17 ++++++- vpnservice/natservice/pom.xml | 16 ++++++ vpnservice/neutronvpn/neutronvpn-api/pom.xml | 16 ++++++ vpnservice/neutronvpn/neutronvpn-impl/pom.xml | 15 ++++++ .../neutronvpn/neutronvpn-shell/pom.xml | 15 ++++++ vpnservice/neutronvpn/pom.xml | 16 ++++++ vpnservice/pom.xml | 21 ++++++++ vpnservice/vpnmanager/pom.xml | 16 ++++++ vpnservice/vpnmanager/vpnmanager-api/pom.xml | 16 ++++++ vpnservice/vpnmanager/vpnmanager-impl/pom.xml | 15 ++++++ vpnservice/vpnservice-artifacts/pom.xml | 16 ++++++ 67 files changed, 1098 insertions(+), 17 deletions(-) create mode 100644 deploy-site.xml create mode 100644 src/site/site.xml diff --git a/commons/it/pom.xml b/commons/it/pom.xml index 9c38c58cff..5f9ea41fac 100644 --- a/commons/it/pom.xml +++ b/commons/it/pom.xml @@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT pom The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -118,4 +117,20 @@ 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/pom.xml b/commons/pom.xml index ac135f1dc5..d92a6cf5ae 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.artifactId} pom The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -71,4 +70,20 @@ 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/deploy-site.xml b/deploy-site.xml new file mode 100644 index 0000000000..d4be059e0e --- /dev/null +++ b/deploy-site.xml @@ -0,0 +1,50 @@ + + + + + 4.0.0 + + org.opendaylight.netvirt + deploy-site + 1.3.0-SNAPSHOT + pom + + + master + 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/features/pom.xml b/features/pom.xml index 519060f095..bd7f66554c 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT jar The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -283,4 +282,20 @@ 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/karaf/pom.xml b/karaf/pom.xml index 3d70ae65a6..a69df55306 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -29,7 +29,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -91,4 +90,20 @@ 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/netvirt-artifacts/pom.xml b/netvirt-artifacts/pom.xml index 9db829e430..6beb905b61 100644 --- a/netvirt-artifacts/pom.xml +++ b/netvirt-artifacts/pom.xml @@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT pom The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -55,4 +54,20 @@ 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/netvirt/api/pom.xml b/netvirt/api/pom.xml index d3faad4bd9..472e497703 100644 --- a/netvirt/api/pom.xml +++ b/netvirt/api/pom.xml @@ -62,4 +62,19 @@ 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/netvirt/it/pom.xml b/netvirt/it/pom.xml index 87b7b27df1..7ad9fa3051 100644 --- a/netvirt/it/pom.xml +++ b/netvirt/it/pom.xml @@ -126,4 +126,19 @@ 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/netvirt/pom.xml b/netvirt/pom.xml index d9087715ad..a1185e31d4 100644 --- a/netvirt/pom.xml +++ b/netvirt/pom.xml @@ -53,4 +53,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL HEAD https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/netvirt/renderers/hwgw/pom.xml b/netvirt/renderers/hwgw/pom.xml index cb6e0c7465..5764a986f6 100644 --- a/netvirt/renderers/hwgw/pom.xml +++ b/netvirt/renderers/hwgw/pom.xml @@ -34,4 +34,19 @@ 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/netvirt/renderers/neutron/pom.xml b/netvirt/renderers/neutron/pom.xml index 16cf1a895c..1b2841a030 100644 --- a/netvirt/renderers/neutron/pom.xml +++ b/netvirt/renderers/neutron/pom.xml @@ -73,4 +73,19 @@ 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/netvirt/renderers/pom.xml b/netvirt/renderers/pom.xml index cc2c627eb8..ef418f2b3e 100644 --- a/netvirt/renderers/pom.xml +++ b/netvirt/renderers/pom.xml @@ -54,4 +54,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/openstack/net-virt-it/pom.xml b/openstack/net-virt-it/pom.xml index d07c222ca6..2cb140a51c 100644 --- a/openstack/net-virt-it/pom.xml +++ b/openstack/net-virt-it/pom.xml @@ -20,7 +20,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT jar The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -123,4 +122,20 @@ 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/openstack/net-virt-providers/pom.xml b/openstack/net-virt-providers/pom.xml index f610e05350..0c7f2eec7e 100644 --- a/openstack/net-virt-providers/pom.xml +++ b/openstack/net-virt-providers/pom.xml @@ -22,7 +22,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT bundle The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -231,4 +230,20 @@ 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/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/AbstractServiceInstanceTest.java b/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/AbstractServiceInstanceTest.java index 831545e1d5..b61cfe3031 100644 --- a/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/AbstractServiceInstanceTest.java +++ b/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/AbstractServiceInstanceTest.java @@ -94,7 +94,7 @@ public class AbstractServiceInstanceTest { } /** - * Test method {@link AbstractServiceInstance@getTable(Service} + * Test method {@link AbstractServiceInstance#getTable(Service)} */ @Test public void testGetTableWithService() { diff --git a/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/services/InboundNatServiceTest.java b/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/services/InboundNatServiceTest.java index 18eaf70add..144d1b4aff 100644 --- a/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/services/InboundNatServiceTest.java +++ b/openstack/net-virt-providers/src/test/java/org/opendaylight/netvirt/openstack/netvirt/providers/openflow13/services/InboundNatServiceTest.java @@ -73,7 +73,7 @@ public class InboundNatServiceTest { } /** - * Test method {@link InboundNatService#programIpRewriteRule(Long, Long, InetAddress, InetAddress, Action)} + * Test method {@link InboundNatService#programIpRewriteRule(Long, Long, String, InetAddress, InetAddress, Action)} */ @Test public void testProgramIpRewriteRule() throws Exception { diff --git a/openstack/net-virt-sfc/api/pom.xml b/openstack/net-virt-sfc/api/pom.xml index 251387664d..17cb593baf 100644 --- a/openstack/net-virt-sfc/api/pom.xml +++ b/openstack/net-virt-sfc/api/pom.xml @@ -66,4 +66,20 @@ 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/openstack/net-virt-sfc/artifacts/pom.xml b/openstack/net-virt-sfc/artifacts/pom.xml index 12f4c4ddf3..af128db3ea 100644 --- a/openstack/net-virt-sfc/artifacts/pom.xml +++ b/openstack/net-virt-sfc/artifacts/pom.xml @@ -45,4 +45,20 @@ 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/openstack/net-virt-sfc/features/pom.xml b/openstack/net-virt-sfc/features/pom.xml index 12b8d43e40..076fe0c8fd 100644 --- a/openstack/net-virt-sfc/features/pom.xml +++ b/openstack/net-virt-sfc/features/pom.xml @@ -152,4 +152,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${ovsdb.version} + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/openstack/net-virt-sfc/impl/pom.xml b/openstack/net-virt-sfc/impl/pom.xml index ba187412d8..8ca1a14f9b 100644 --- a/openstack/net-virt-sfc/impl/pom.xml +++ b/openstack/net-virt-sfc/impl/pom.xml @@ -165,4 +165,20 @@ 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/openstack/net-virt-sfc/it/pom.xml b/openstack/net-virt-sfc/it/pom.xml index 850a59c619..174855bec4 100644 --- a/openstack/net-virt-sfc/it/pom.xml +++ b/openstack/net-virt-sfc/it/pom.xml @@ -137,4 +137,19 @@ 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/openstack/net-virt-sfc/karaf/pom.xml b/openstack/net-virt-sfc/karaf/pom.xml index 9a94e9f557..305970077a 100644 --- a/openstack/net-virt-sfc/karaf/pom.xml +++ b/openstack/net-virt-sfc/karaf/pom.xml @@ -65,4 +65,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/openstack/net-virt-sfc/pom.xml b/openstack/net-virt-sfc/pom.xml index 64e73dc702..b914fd2cfa 100644 --- a/openstack/net-virt-sfc/pom.xml +++ b/openstack/net-virt-sfc/pom.xml @@ -56,4 +56,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL HEAD https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/openstack/net-virt/pom.xml b/openstack/net-virt/pom.xml index ee78bc9fec..2a5dfe8c08 100644 --- a/openstack/net-virt/pom.xml +++ b/openstack/net-virt/pom.xml @@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT bundle The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -209,4 +208,20 @@ 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/openstack/pom.xml b/openstack/pom.xml index da0cc52232..dc91abac99 100644 --- a/openstack/pom.xml +++ b/openstack/pom.xml @@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.artifactId} pom The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -75,4 +74,19 @@ 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/ovsdb-ui/bundle/pom.xml b/ovsdb-ui/bundle/pom.xml index 68e773410f..925890645a 100644 --- a/ovsdb-ui/bundle/pom.xml +++ b/ovsdb-ui/bundle/pom.xml @@ -103,4 +103,19 @@ 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/ovsdb-ui/module/pom.xml b/ovsdb-ui/module/pom.xml index 167156aa33..b0948762ec 100644 --- a/ovsdb-ui/module/pom.xml +++ b/ovsdb-ui/module/pom.xml @@ -32,4 +32,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html HEAD https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/ovsdb-ui/pom.xml b/ovsdb-ui/pom.xml index da5c76ae93..a4c24bd3e2 100644 --- a/ovsdb-ui/pom.xml +++ b/ovsdb-ui/pom.xml @@ -48,4 +48,20 @@ 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/pom.xml b/pom.xml index dcd01bc5e6..dad73c0cb8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.artifactId} pom The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -80,4 +79,54 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + + + + 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}/ + + \ No newline at end of file diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000000..8ebec5f920 --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/utils/config/pom.xml b/utils/config/pom.xml index 0ab3231688..3a65454746 100644 --- a/utils/config/pom.xml +++ b/utils/config/pom.xml @@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT jar The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -92,4 +91,20 @@ 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/utils/mdsal-openflow/pom.xml b/utils/mdsal-openflow/pom.xml index 8f3c04afa4..dfbf3343ad 100644 --- a/utils/mdsal-openflow/pom.xml +++ b/utils/mdsal-openflow/pom.xml @@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT jar The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -112,4 +111,20 @@ 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/utils/mdsal-utils/pom.xml b/utils/mdsal-utils/pom.xml index 21b2ff7531..a870a0f934 100644 --- a/utils/mdsal-utils/pom.xml +++ b/utils/mdsal-utils/pom.xml @@ -62,4 +62,20 @@ + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/utils/netvirt-it-utils/pom.xml b/utils/netvirt-it-utils/pom.xml index 64f65ad325..38009b3564 100644 --- a/utils/netvirt-it-utils/pom.xml +++ b/utils/netvirt-it-utils/pom.xml @@ -103,4 +103,20 @@ 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/utils/neutron-utils/pom.xml b/utils/neutron-utils/pom.xml index c6bd5fa622..925f99766d 100644 --- a/utils/neutron-utils/pom.xml +++ b/utils/neutron-utils/pom.xml @@ -52,4 +52,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${neutron.version} + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/utils/pom.xml b/utils/pom.xml index 5e61d5fb97..e016ed8cc3 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.artifactId} pom The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -76,4 +75,20 @@ 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/utils/servicehelper/pom.xml b/utils/servicehelper/pom.xml index 746bf64475..e5f5e7ee37 100644 --- a/utils/servicehelper/pom.xml +++ b/utils/servicehelper/pom.xml @@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.3.0-SNAPSHOT bundle The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -125,4 +124,20 @@ 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/vpnservice/bgpmanager/bgpmanager-api/pom.xml b/vpnservice/bgpmanager/bgpmanager-api/pom.xml index 6885aa13f6..74c9b71309 100644 --- a/vpnservice/bgpmanager/bgpmanager-api/pom.xml +++ b/vpnservice/bgpmanager/bgpmanager-api/pom.xml @@ -24,4 +24,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html true + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/bgpmanager/bgpmanager-impl/pom.xml b/vpnservice/bgpmanager/bgpmanager-impl/pom.xml index 6a909d855a..c7c85eb16d 100644 --- a/vpnservice/bgpmanager/bgpmanager-impl/pom.xml +++ b/vpnservice/bgpmanager/bgpmanager-impl/pom.xml @@ -105,4 +105,19 @@ 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/vpnservice/bgpmanager/pom.xml b/vpnservice/bgpmanager/pom.xml index 4860080ff3..18247cc448 100644 --- a/vpnservice/bgpmanager/pom.xml +++ b/vpnservice/bgpmanager/pom.xml @@ -47,4 +47,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/commons/binding-parent/pom.xml b/vpnservice/commons/binding-parent/pom.xml index 823148dfd8..7061d5dbb8 100644 --- a/vpnservice/commons/binding-parent/pom.xml +++ b/vpnservice/commons/binding-parent/pom.xml @@ -34,4 +34,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 2013.07.15.9-SNAPSHOT 0.1.0-SNAPSHOT + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/commons/config-parent/pom.xml b/vpnservice/commons/config-parent/pom.xml index 5176bb0df1..9b3e542b71 100644 --- a/vpnservice/commons/config-parent/pom.xml +++ b/vpnservice/commons/config-parent/pom.xml @@ -96,4 +96,19 @@ 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/vpnservice/dhcpservice/dhcpservice-api/pom.xml b/vpnservice/dhcpservice/dhcpservice-api/pom.xml index 32f462bd7d..7b1ea65da5 100644 --- a/vpnservice/dhcpservice/dhcpservice-api/pom.xml +++ b/vpnservice/dhcpservice/dhcpservice-api/pom.xml @@ -38,4 +38,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${genius.version} + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/dhcpservice/dhcpservice-impl/pom.xml b/vpnservice/dhcpservice/dhcpservice-impl/pom.xml index 0128a4dc81..19146c3571 100644 --- a/vpnservice/dhcpservice/dhcpservice-impl/pom.xml +++ b/vpnservice/dhcpservice/dhcpservice-impl/pom.xml @@ -81,4 +81,19 @@ 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/vpnservice/dhcpservice/pom.xml b/vpnservice/dhcpservice/pom.xml index 50f340c2c5..b8ad1ef4d5 100644 --- a/vpnservice/dhcpservice/pom.xml +++ b/vpnservice/dhcpservice/pom.xml @@ -46,4 +46,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/distribution/karaf/pom.xml b/vpnservice/distribution/karaf/pom.xml index 21d74f2461..700df1e923 100644 --- a/vpnservice/distribution/karaf/pom.xml +++ b/vpnservice/distribution/karaf/pom.xml @@ -65,4 +65,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/elanmanager/elanmanager-api/pom.xml b/vpnservice/elanmanager/elanmanager-api/pom.xml index 7d978644a1..aabfc9c032 100644 --- a/vpnservice/elanmanager/elanmanager-api/pom.xml +++ b/vpnservice/elanmanager/elanmanager-api/pom.xml @@ -65,4 +65,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${vpnservices.version} + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/elanmanager/elanmanager-impl/pom.xml b/vpnservice/elanmanager/elanmanager-impl/pom.xml index 66d8c71ff1..cace98680e 100644 --- a/vpnservice/elanmanager/elanmanager-impl/pom.xml +++ b/vpnservice/elanmanager/elanmanager-impl/pom.xml @@ -124,4 +124,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/elanmanager/pom.xml b/vpnservice/elanmanager/pom.xml index 4d57ea4d4b..3ed387cd73 100644 --- a/vpnservice/elanmanager/pom.xml +++ b/vpnservice/elanmanager/pom.xml @@ -46,4 +46,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/features/pom.xml b/vpnservice/features/pom.xml index 586950b548..50be287e8c 100644 --- a/vpnservice/features/pom.xml +++ b/vpnservice/features/pom.xml @@ -319,4 +319,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL commons-net + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/fibmanager/fibmanager-api/pom.xml b/vpnservice/fibmanager/fibmanager-api/pom.xml index 50af2bb2fc..56a72bcdbb 100644 --- a/vpnservice/fibmanager/fibmanager-api/pom.xml +++ b/vpnservice/fibmanager/fibmanager-api/pom.xml @@ -60,4 +60,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${openflowplugin.version} + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/fibmanager/fibmanager-impl/pom.xml b/vpnservice/fibmanager/fibmanager-impl/pom.xml index 2927956380..af77917cb7 100644 --- a/vpnservice/fibmanager/fibmanager-impl/pom.xml +++ b/vpnservice/fibmanager/fibmanager-impl/pom.xml @@ -58,4 +58,19 @@ 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/vpnservice/fibmanager/fibmanager-shell/pom.xml b/vpnservice/fibmanager/fibmanager-shell/pom.xml index 1b6063dd89..2634c9e97c 100644 --- a/vpnservice/fibmanager/fibmanager-shell/pom.xml +++ b/vpnservice/fibmanager/fibmanager-shell/pom.xml @@ -38,4 +38,19 @@ 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/vpnservice/fibmanager/pom.xml b/vpnservice/fibmanager/pom.xml index adb7c5b898..925ed982b9 100644 --- a/vpnservice/fibmanager/pom.xml +++ b/vpnservice/fibmanager/pom.xml @@ -48,4 +48,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/model-bgp/pom.xml b/vpnservice/model-bgp/pom.xml index 82b4172e43..b37a09144a 100644 --- a/vpnservice/model-bgp/pom.xml +++ b/vpnservice/model-bgp/pom.xml @@ -42,4 +42,20 @@ ietf-yang-types + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/natservice/natservice-api/pom.xml b/vpnservice/natservice/natservice-api/pom.xml index 45aba01e7a..1ae59870f5 100644 --- a/vpnservice/natservice/natservice-api/pom.xml +++ b/vpnservice/natservice/natservice-api/pom.xml @@ -42,4 +42,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html config-api + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/natservice/natservice-impl/pom.xml b/vpnservice/natservice/natservice-impl/pom.xml index 9ec88e377f..c35a072d4b 100644 --- a/vpnservice/natservice/natservice-impl/pom.xml +++ b/vpnservice/natservice/natservice-impl/pom.xml @@ -102,6 +102,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${powermock.version} test - + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/natservice/pom.xml b/vpnservice/natservice/pom.xml index d474542ad9..84678f0bdc 100644 --- a/vpnservice/natservice/pom.xml +++ b/vpnservice/natservice/pom.xml @@ -46,4 +46,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/neutronvpn/neutronvpn-api/pom.xml b/vpnservice/neutronvpn/neutronvpn-api/pom.xml index 4eebd57e3d..accac5bca7 100644 --- a/vpnservice/neutronvpn/neutronvpn-api/pom.xml +++ b/vpnservice/neutronvpn/neutronvpn-api/pom.xml @@ -51,4 +51,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html config-api + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/neutronvpn/neutronvpn-impl/pom.xml b/vpnservice/neutronvpn/neutronvpn-impl/pom.xml index b2c8edf135..aa55a214f6 100644 --- a/vpnservice/neutronvpn/neutronvpn-impl/pom.xml +++ b/vpnservice/neutronvpn/neutronvpn-impl/pom.xml @@ -64,4 +64,19 @@ 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/vpnservice/neutronvpn/neutronvpn-shell/pom.xml b/vpnservice/neutronvpn/neutronvpn-shell/pom.xml index aa1b857fcc..49e6d65930 100644 --- a/vpnservice/neutronvpn/neutronvpn-shell/pom.xml +++ b/vpnservice/neutronvpn/neutronvpn-shell/pom.xml @@ -34,4 +34,19 @@ 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/vpnservice/neutronvpn/pom.xml b/vpnservice/neutronvpn/pom.xml index 8e22dd3c48..48e47919d4 100644 --- a/vpnservice/neutronvpn/pom.xml +++ b/vpnservice/neutronvpn/pom.xml @@ -49,4 +49,20 @@ 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/vpnservice/pom.xml b/vpnservice/pom.xml index 1bc66ea8b2..481b68767f 100644 --- a/vpnservice/pom.xml +++ b/vpnservice/pom.xml @@ -5,6 +5,11 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> + + org.opendaylight.odlparent + odlparent-lite + 1.7.0-SNAPSHOT + org.opendaylight.netvirt vpnservice 0.3.0-SNAPSHOT @@ -55,4 +60,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL https://wiki.opendaylight.org/view/NetVirt HEAD + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + \ No newline at end of file diff --git a/vpnservice/vpnmanager/pom.xml b/vpnservice/vpnmanager/pom.xml index a199a14754..cef20fc815 100644 --- a/vpnservice/vpnmanager/pom.xml +++ b/vpnservice/vpnmanager/pom.xml @@ -46,4 +46,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/vpnmanager/vpnmanager-api/pom.xml b/vpnservice/vpnmanager/vpnmanager-api/pom.xml index b135f5723d..4ff366e6d4 100644 --- a/vpnservice/vpnmanager/vpnmanager-api/pom.xml +++ b/vpnservice/vpnmanager/vpnmanager-api/pom.xml @@ -69,4 +69,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${genius.version} + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/vpnservice/vpnmanager/vpnmanager-impl/pom.xml b/vpnservice/vpnmanager/vpnmanager-impl/pom.xml index 095fedb891..2b23e0987e 100644 --- a/vpnservice/vpnmanager/vpnmanager-impl/pom.xml +++ b/vpnservice/vpnmanager/vpnmanager-impl/pom.xml @@ -77,4 +77,19 @@ 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/vpnservice/vpnservice-artifacts/pom.xml b/vpnservice/vpnservice-artifacts/pom.xml index ecd0dff829..82464acd73 100644 --- a/vpnservice/vpnservice-artifacts/pom.xml +++ b/vpnservice/vpnservice-artifacts/pom.xml @@ -34,4 +34,20 @@ 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}/ + + -- 2.36.6