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
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.mdsal</groupId>
14 <artifactId>binding-parent</artifactId>
15 <version>8.0.15</version>
19 <groupId>org.opendaylight.transportpce</groupId>
20 <artifactId>transportpce-api</artifactId>
21 <version>5.0.0-SNAPSHOT</version>
22 <packaging>bundle</packaging>
26 <groupId>${project.groupId}.ordmodels</groupId>
27 <artifactId>transportpce-ordmodels-device</artifactId>
28 <version>${project.version}</version>
31 <groupId>${project.groupId}.ordmodels</groupId>
32 <artifactId>transportpce-ordmodels-common</artifactId>
33 <version>${project.version}</version>
36 <groupId>${project.groupId}.ordmodels</groupId>
37 <artifactId>transportpce-ordmodels-service</artifactId>
38 <version>${project.version}</version>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>transportpce-tapimodels</artifactId>
43 <version>${project.version}</version>
46 <groupId>org.opendaylight.yangtools</groupId>
47 <artifactId>concepts</artifactId>
50 <groupId>org.opendaylight.yangtools</groupId>
51 <artifactId>yang-common</artifactId>
54 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
55 <artifactId>rfc6991-ietf-inet-types</artifactId>
58 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
59 <artifactId>rfc6991-ietf-yang-types</artifactId>
62 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
63 <artifactId>rfc8345-ietf-network-topology</artifactId>
66 <groupId>com.google.guava</groupId>
67 <artifactId>guava</artifactId>
74 <groupId>org.apache.felix</groupId>
75 <artifactId>maven-bundle-plugin</artifactId>
76 <extensions>true</extensions>
79 <Include-Resource>{maven-resources},target/classes/LICENSE,META-INF/git.properties=-target/classes/META-INF/git.properties</Include-Resource>
81 org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.rev170120.service.implementation.request.input,*
87 <groupId>org.apache.maven.plugins</groupId>
88 <artifactId>maven-javadoc-plugin</artifactId>
90 <sourcepath>/target/generated-sources/mdsal-binding/</sourcepath>
91 <excludePackageNames>*</excludePackageNames>
100 <groupId>org.apache.maven.plugins</groupId>
101 <artifactId>maven-javadoc-plugin</artifactId>
103 <sourcepath>/target/generated-sources/mdsal-binding/</sourcepath>
104 <excludePackageNames>*</excludePackageNames>