1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2015 Cisco Systems, Inc. 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">
10 <modelVersion>4.0.0</modelVersion>
13 <groupId>org.opendaylight.odlparent</groupId>
14 <artifactId>odlparent-lite</artifactId>
15 <version>1.7.0-SNAPSHOT</version>
19 <groupId>org.opendaylight.lispflowmapping</groupId>
20 <artifactId>lispflowmapping-artifacts</artifactId>
21 <version>1.4.0-SNAPSHOT</version>
22 <packaging>pom</packaging>
23 <name>LISP Flow Mapping Artifacts</name>
25 <dependencyManagement>
28 <groupId>${project.groupId}</groupId>
29 <artifactId>mappingservice.api</artifactId>
30 <version>${project.version}</version>
33 <groupId>${project.groupId}</groupId>
34 <artifactId>mappingservice.dsbackend</artifactId>
35 <version>${project.version}</version>
38 <groupId>${project.groupId}</groupId>
39 <artifactId>mappingservice.implementation</artifactId>
40 <version>${project.version}</version>
43 <groupId>${project.groupId}</groupId>
44 <artifactId>mappingservice.inmemorydb</artifactId>
45 <version>${project.version}</version>
48 <groupId>${project.groupId}</groupId>
49 <artifactId>mappingservice.mapcache</artifactId>
50 <version>${project.version}</version>
54 <groupId>${project.groupId}</groupId>
55 <artifactId>mappingservice.neutron</artifactId>
56 <version>${project.version}</version>
60 <groupId>${project.groupId}</groupId>
61 <artifactId>mappingservice.shell</artifactId>
62 <version>${project.version}</version>
65 <groupId>${project.groupId}</groupId>
66 <artifactId>mappingservice.southbound</artifactId>
67 <version>${project.version}</version>
70 <groupId>${project.groupId}</groupId>
71 <artifactId>mappingservice.lisp-proto</artifactId>
72 <version>${project.version}</version>
75 <groupId>${project.groupId}</groupId>
76 <artifactId>lispflowmapping-ui-bundle</artifactId>
77 <version>${project.version}</version>
80 <groupId>${project.groupId}</groupId>
81 <artifactId>features-lispflowmapping</artifactId>
82 <version>${project.version}</version>
83 <classifier>features</classifier>
87 </dependencyManagement>
90 Maven Site Configuration
92 The following configuration is necessary for maven-site-plugin to
93 correctly identify the correct deployment path for OpenDaylight Maven
96 <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
98 <distributionManagement>
100 <id>opendaylight-site</id>
101 <url>${nexus.site.url}/${project.artifactId}/</url>
103 </distributionManagement>