aa1b3730d01fcda6e8a617cf6d3587f3d6f9fa84
[bgpcep.git] / bmp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c)  2017 AT&T Services, Inc. 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
7   -->
8 <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">
9     <modelVersion>4.0.0</modelVersion>
10     <scm>
11         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
12         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
13         <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>
14         <tag>HEAD</tag>
15     </scm>
16     <parent>
17         <groupId>org.opendaylight.odlparent</groupId>
18         <artifactId>odlparent-lite</artifactId>
19         <version>9.0.6</version>
20         <relativePath/>
21     </parent>
22
23     <groupId>org.opendaylight.bgpcep</groupId>
24     <artifactId>bmp-parent</artifactId>
25     <version>0.16.5-SNAPSHOT</version>
26     <packaging>pom</packaging>
27     <description>BMP-related components</description>
28     <name>${project.artifactId}</name>
29
30     <modules>
31         <module>bmp-artifacts</module>
32         <module>bmp-api</module>
33         <module>bmp-spi</module>
34         <module>bmp-impl</module>
35         <module>bmp-mock</module>
36         <module>bmp-parser-impl</module>
37         <module>bmp-config-example</module>
38     </modules>
39
40     <properties>
41         <maven.deploy.skip>true</maven.deploy.skip>
42         <maven.install.skip>true</maven.install.skip>
43     </properties>
44 </project>