ba024f933b37d5db0fb6fcebe71d4e6ac3d1de7c
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / features / features-__artifactId__ / pom.xml
1 #set( $symbol_pound = '#' )
2 #set( $symbol_dollar = '$' )
3 #set( $symbol_escape = '\' )
4 <?xml version="1.0" encoding="UTF-8"?>
5 <!--
6 Copyright © ${copyrightYear} ${copyright} and others. All rights reserved.
7
8 This program and the accompanying materials are made available under the
9 terms of the Eclipse Public License v1.0 which accompanies this distribution,
10 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
11 -->
12 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14   <modelVersion>4.0.0</modelVersion>
15
16   <parent>
17     <groupId>org.opendaylight.odlparent</groupId>
18     <artifactId>feature-repo-parent</artifactId>
19     <version>3.0.2</version>
20     <relativePath/>
21   </parent>
22
23   <groupId>${groupId}</groupId>
24   <artifactId>features-${artifactId}</artifactId>
25   <version>${version}</version>
26   <packaging>feature</packaging>
27   <!-- <name> formatting is used by autorelease to parse and notify projects on
28        build failure. Please do not modify this unless you have a good reason. -->
29   <name>ODL :: ${groupId} :: ${project.artifactId}</name>
30
31   <properties>
32     <mdsal.model.version>0.13.0-SNAPSHOT</mdsal.model.version>
33     <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
34     <restconf.version>1.8.0-SNAPSHOT</restconf.version>
35     <yangtools.version>2.0.1</yangtools.version>
36     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
37   </properties>
38
39   <dependencies>
40     <dependency>
41       <groupId>${symbol_dollar}{project.groupId}</groupId>
42       <artifactId>odl-${artifactId}-api</artifactId>
43       <version>${symbol_dollar}{project.version}</version>
44       <type>xml</type>
45       <classifier>features</classifier>
46     </dependency>
47     <dependency>
48       <groupId>${symbol_dollar}{project.groupId}</groupId>
49       <artifactId>odl-${artifactId}</artifactId>
50       <version>${symbol_dollar}{project.version}</version>
51       <type>xml</type>
52       <classifier>features</classifier>
53     </dependency>
54     <dependency>
55       <groupId>${symbol_dollar}{project.groupId}</groupId>
56       <artifactId>odl-${artifactId}-cli</artifactId>
57       <version>${symbol_dollar}{project.version}</version>
58       <type>xml</type>
59       <classifier>features</classifier>
60     </dependency>
61     <dependency>
62       <groupId>${symbol_dollar}{project.groupId}</groupId>
63       <artifactId>odl-${artifactId}-rest</artifactId>
64       <version>${symbol_dollar}{project.version}</version>
65       <type>xml</type>
66       <classifier>features</classifier>
67     </dependency>
68   </dependencies>
69 </project>