Add INFO.yaml for nemo
[nemo.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Huawei, 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
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>odlparent</artifactId>
14     <version>3.1.0</version>
15     <relativePath/>
16   </parent>
17
18   <groupId>org.opendaylight.nemo</groupId>
19   <artifactId>nemo.project</artifactId>
20   <version>1.5.0-SNAPSHOT</version>
21   <packaging>pom</packaging>
22   <name>nemo</name>
23   <description>OpenDaylight NEMO</description>
24
25   <prerequisites>
26     <maven>3.1.1</maven>
27   </prerequisites>
28
29   <modules>
30     <module>nemo-artifacts</module>
31     <module>nemo-api</module>
32     <module>nemo-impl</module>
33     <module>nemo-features</module>
34     <module>nemo-karaf</module>
35     <module>nemo-renderers</module>
36     <module>nemo-tools</module>
37   </modules>
38
39   <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
40
41   <licenses>
42     <license>
43       <name>Eclipse Public License v1.0</name>
44       <url>http://www.eclipse.org/legal/epl-v10.html</url>
45       <distribution>repo</distribution>
46     </license>
47   </licenses>
48
49   <developers>
50     <developer>
51       <name>Zhigang Ji</name>
52       <email>jizhigang@huawei.com</email>
53       <organization>Huawei, Inc</organization>
54       <organizationUrl>http://www.huawei.com</organizationUrl>
55     </developer>
56   </developers>
57
58   <scm>
59     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
60     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
61     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
62     <tag>HEAD</tag>
63   </scm>
64 </project>