Release odlparent
[odlparent.git] / karaf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>odlparent-lite</artifactId>
16         <version>13.0.9</version>
17         <relativePath>../odlparent-lite</relativePath>
18     </parent>
19     <artifactId>karaf-aggregator</artifactId>
20     <packaging>pom</packaging>
21     <name>ODL :: odlparent :: ${project.artifactId}</name>
22
23     <properties>
24         <maven.deploy.skip>true</maven.deploy.skip>
25         <maven.install.skip>true</maven.install.skip>
26     </properties>
27
28     <modules>
29         <module>bcpkix-framework-ext</module>
30         <module>bcprov-framework-ext</module>
31         <module>bcutil-framework-ext</module>
32         <module>karaf-branding</module>
33         <module>karaf-dist-static</module>
34         <module>karaf4-parent</module>
35         <module>opendaylight-karaf-resources</module>
36         <module>opendaylight-karaf-empty</module>
37         <module>test-distribution</module>
38         <module>test-static</module>
39     </modules>
40 </project>