Merge "Do not deploy the karaf artifact" into stable/beryllium
[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"
9   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>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>odlparent</artifactId>
15     <version>1.6.2-SNAPSHOT</version>
16     <relativePath />
17   </parent>
18
19   <groupId>org.opendaylight.nemo</groupId>
20   <artifactId>nemo.project</artifactId>
21   <version>1.0.2-SNAPSHOT</version>
22   <packaging>pom</packaging>
23   <name>nemo</name>
24   <description>OpenDaylight NEMO</description>
25
26   <prerequisites>
27     <maven>3.1.1</maven>
28   </prerequisites>
29
30   <modules>
31     <module>nemo-artifacts</module>
32     <module>nemo-api</module>
33     <module>nemo-impl</module>
34     <module>nemo-ui</module>
35     <module>nemo-features</module>
36     <module>nemo-karaf</module>
37     <module>nemo-renderers</module>
38     <module>nemo-tools</module>
39   </modules>
40
41   <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
42
43   <licenses>
44     <license>
45       <name>Eclipse Public License v1.0</name>
46       <url>http://www.eclipse.org/legal/epl-v10.html</url>
47       <distribution>repo</distribution>
48     </license>
49   </licenses>
50
51   <developers>
52     <developer>
53       <name>Zhigang Ji</name>
54       <email>jizhigang@huawei.com</email>
55       <organization>Huawei, Inc</organization>
56       <organizationUrl>http://www.huawei.com</organizationUrl>
57     </developer>
58   </developers>
59
60   <scm>
61     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
62     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
63     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
64     <tag>HEAD</tag>
65   </scm>
66 </project>