1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright © 2016 Orange and others. All rights reserved.
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 INTERNAL
9 <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">
10 <modelVersion>4.0.0</modelVersion>
13 <groupId>org.opendaylight.odlparent</groupId>
14 <artifactId>single-feature-parent</artifactId>
15 <version>5.0.1</version>
19 <groupId>org.opendaylight.transportpce</groupId>
20 <artifactId>odl-transportpce-api</artifactId>
21 <version>0.4.0-SNAPSHOT</version>
22 <packaging>feature</packaging>
26 <netconf.version>1.7.0-SNAPSHOT</netconf.version>
27 <configfile.directory>etc/opendaylight/karaf</configfile.directory>
31 <name>OpenDaylight :: transportpce :: api</name>
35 <groupId>${project.groupId}</groupId>
36 <artifactId>odl-transportpce-ordmodels</artifactId>
37 <version>${project.version}</version>
38 <classifier>features</classifier>
42 <groupId>${project.groupId}.ordmodels</groupId>
43 <artifactId>transportpce-ordmodels-common</artifactId>
44 <version>${project.version}</version>
47 <groupId>${project.groupId}.ordmodels</groupId>
48 <artifactId>transportpce-ordmodels-network</artifactId>
49 <version>${project.version}</version>
52 <groupId>${project.groupId}.ordmodels</groupId>
53 <artifactId>transportpce-ordmodels-service</artifactId>
54 <version>${project.version}</version>
57 <groupId>${project.groupId}.ordmodels</groupId>
58 <artifactId>transportpce-ordmodels-device</artifactId>
59 <version>${project.version}</version>
62 <groupId>${project.groupId}</groupId>
63 <artifactId>transportpce-api</artifactId>
64 <version>${project.version}</version>
68 <!-- skipping test since this is a util project / folder -->
72 <groupId>org.apache.maven.plugins</groupId>
73 <artifactId>maven-surefire-plugin</artifactId>
74 <version>2.18.1</version>
76 <skipTests>true</skipTests>