1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12 <groupId>org.opendaylight.netvirt</groupId>
13 <artifactId>config-parent</artifactId>
14 <version>0.4.0-SNAPSHOT</version>
15 <relativePath>../../commons/config-parent</relativePath>
18 <modelVersion>4.0.0</modelVersion>
19 <groupId>org.opendaylight.netvirt</groupId>
20 <artifactId>vpnmanager-impl</artifactId>
21 <version>${vpnservices.version}</version>
23 <packaging>bundle</packaging>
26 <groupId>${project.groupId}</groupId>
27 <artifactId>vpnmanager-api</artifactId>
28 <version>${vpnservices.version}</version>
31 <groupId>${project.groupId}</groupId>
32 <artifactId>bgpmanager-api</artifactId>
33 <version>${vpnservices.version}</version>
36 <groupId>${project.groupId}</groupId>
37 <artifactId>fibmanager-api</artifactId>
38 <version>${vpnservices.version}</version>
41 <groupId>org.opendaylight.genius</groupId>
42 <artifactId>mdsalutil-api</artifactId>
43 <version>${genius.version}</version>
46 <groupId>org.opendaylight.genius</groupId>
47 <artifactId>interfacemanager-api</artifactId>
48 <version>${genius.version}</version>
51 <groupId>org.opendaylight.genius</groupId>
52 <artifactId>idmanager-api</artifactId>
53 <version>${genius.version}</version>
56 <groupId>org.opendaylight.genius</groupId>
57 <artifactId>itm-api</artifactId>
58 <version>${genius.version}</version>
61 <groupId>org.opendaylight.genius</groupId>
62 <artifactId>arputil-api</artifactId>
63 <version>${genius.version}</version>
66 <groupId>${project.groupId}</groupId>
67 <artifactId>neutronvpn-api</artifactId>
68 <version>${vpnservices.version}</version>
71 <groupId>org.opendaylight.controller</groupId>
72 <artifactId>sal-binding-broker-impl</artifactId>
75 <groupId>org.opendaylight.vpnservice</groupId>
76 <artifactId>lockmanager-api</artifactId>
77 <version>${vpnservices.version}</version>
80 <groupId>${project.groupId}</groupId>
81 <artifactId>elanmanager-api</artifactId>
82 <version>${vpnservices.version}</version>
85 <groupId>org.opendaylight.netvirt</groupId>
86 <artifactId>natservice-api</artifactId>
87 <version>${vpnservices.version}</version>
90 <groupId>org.opendaylight.genius</groupId>
91 <artifactId>lockmanager-api</artifactId>
92 <version>${genius.version}</version>
95 <groupId>org.opendaylight.infrautils</groupId>
96 <artifactId>counters-api</artifactId>
97 <version>${infrautils.version}</version>
100 <groupId>org.opendaylight.genius</groupId>
101 <artifactId>lockmanager-api</artifactId>
102 <version>${genius.version}</version>
105 <groupId>org.opendaylight.genius</groupId>
106 <artifactId>alivenessmonitor-api</artifactId>
107 <version>${genius.version}</version>
112 Maven Site Configuration
114 The following configuration is necessary for maven-site-plugin to
115 correctly identify the correct deployment path for OpenDaylight Maven
118 <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
120 <distributionManagement>
122 <id>opendaylight-site</id>
123 <url>${nexus.site.url}/${project.artifactId}/</url>
125 </distributionManagement>