Merge "Cleanup features-test"
[odlparent.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
4
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
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
10     <modelVersion>4.0.0</modelVersion>
11
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>odlparent-aggregator</artifactId>
14     <version>1.6.0-SNAPSHOT</version>
15     <name>odlparent</name> <!-- Used by Sonar to set project name -->
16     <packaging>pom</packaging>
17
18     <scm>
19         <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
20         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
21         <tag>HEAD</tag>
22         <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
23     </scm>
24
25     <modules>
26         <!-- odlparent tools -->
27         <module>checkstyle</module>
28         <module>license</module>
29
30         <!-- odlparent core -->
31         <module>bundle-parent</module>
32         <module>features-parent</module>
33         <module>features-test</module>
34         <module>odlparent</module>
35         <module>karaf-plugin</module>
36     </modules>
37
38     <build>
39         <plugins>
40             <plugin>
41                 <groupId>org.apache.maven.plugins</groupId>
42                 <artifactId>maven-deploy-plugin</artifactId>
43                 <version>2.8.2</version>
44                 <configuration>
45                     <skip>true</skip>
46                 </configuration>
47             </plugin>
48         </plugins>
49     </build>
50 </project>