1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11 <groupId>org.opendaylight.odlparent</groupId>
12 <artifactId>odlparent-lite</artifactId>
13 <version>2.0.5</version>
16 <groupId>org.opendaylight.netvirt</groupId>
17 <artifactId>vpnservice</artifactId>
18 <version>0.6.0-SNAPSHOT</version>
19 <name>ODL :: netvirt :: ${project.artifactId}</name>
20 <packaging>pom</packaging>
21 <modelVersion>4.0.0</modelVersion>
24 <module>commons</module>
25 <module>model-bgp</module>
26 <module>vpnmanager</module>
27 <module>elanmanager</module>
28 <module>fibmanager</module>
29 <module>bgpmanager</module>
30 <module>neutronvpn</module>
31 <module>dhcpservice</module>
32 <module>cloud-servicechain</module>
33 <module>natservice</module>
34 <module>aclservice</module>
35 <module>ipv6service</module>
36 <module>qosservice</module>
37 <module>policyservice</module>
38 <module>distribution/karaf</module>
39 <module>features</module>
40 <module>vpnservice-artifacts</module>
41 <module>statemanager</module>
42 <module>statistics</module>
44 <module>ovsdb-ui</module>
45 <module>alarm</module>
48 <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
52 <groupId>org.apache.maven.plugins</groupId>
53 <artifactId>maven-deploy-plugin</artifactId>
59 <groupId>org.apache.maven.plugins</groupId>
60 <artifactId>maven-install-plugin</artifactId>
68 <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
69 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
70 <url>https://wiki.opendaylight.org/view/NetVirt</url>