1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright © 2016 Orange 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 INTERNAL
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>
13 <groupId>org.opendaylight.odlparent</groupId>
14 <artifactId>karaf4-parent</artifactId>
15 <version>3.1.3</version>
19 <groupId>org.opendaylight.transportpce</groupId>
20 <artifactId>transportpce-karaf</artifactId>
21 <version>0.3.0-SNAPSHOT</version>
22 <name>${project.artifactId}</name>
23 <packaging>pom</packaging>
26 <karaf.localFeature>odl-transportpce</karaf.localFeature>
27 <device.yang.jar.extract.directory>
28 ${project.build.outputDirectory}/../yang-models/schema
29 </device.yang.jar.extract.directory>
30 <device.yang.final.directory>
31 ${project.build.outputDirectory}/../assembly/cache/schema
32 </device.yang.final.directory>
35 <dependencyManagement>
38 <groupId>${project.groupId}</groupId>
39 <artifactId>transportpce-artifacts</artifactId>
40 <version>${project.version}</version>
45 <groupId>${project.groupId}.ordmodels</groupId>
46 <artifactId>transportpce-ordmodels-device</artifactId>
47 <version>${project.version}</version>
52 </dependencyManagement>
56 <!-- scope is compile so all features (there is only one) are installed into startup.properties
57 and the feature repo itself is not installed -->
58 <groupId>org.apache.karaf.features</groupId>
59 <artifactId>framework</artifactId>
64 <groupId>${project.groupId}</groupId>
65 <artifactId>features-transportpce</artifactId>
66 <version>${project.version}</version>
67 <classifier>features</classifier>
69 <scope>runtime</scope>
76 <groupId>org.apache.maven.plugins</groupId>
77 <artifactId>maven-deploy-plugin</artifactId>