Openroadm models update
[transportpce.git] / ordmodels / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Orange 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" 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>
11
12   <parent>
13     <groupId>org.opendaylight.mdsal</groupId>
14     <artifactId>binding-parent</artifactId>
15     <version>0.12.3-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.transportpce</groupId>
20   <artifactId>transportpce-ordmodels</artifactId>
21   <version>0.2.0-SNAPSHOT</version>
22   <packaging>pom</packaging>
23
24   <modules>
25     <module>common</module>
26     <module>device</module>
27     <module>network</module>
28     <module>service</module>
29   </modules>
30
31   <build>
32     <plugins>
33       <plugin>
34         <groupId>org.apache.maven.plugins</groupId>
35         <artifactId>maven-deploy-plugin</artifactId>
36         <configuration>
37           <skip>true</skip>
38         </configuration>
39       </plugin>
40       <plugin>
41         <groupId>org.apache.maven.plugins</groupId>
42         <artifactId>maven-install-plugin</artifactId>
43         <configuration>
44           <skip>true</skip>
45         </configuration>
46       </plugin>
47       <plugin>
48         <groupId>org.apache.maven.plugins</groupId>
49         <artifactId>maven-javadoc-plugin</artifactId>
50         <configuration>
51           <sourcepath>*/target/generated-sources/mdsal-binding/*</sourcepath>
52           <excludePackageNames>*</excludePackageNames>
53         </configuration>
54       </plugin>
55     </plugins>
56   </build>
57
58   <reporting>
59     <plugins>
60       <plugin>
61         <groupId>org.apache.maven.plugins</groupId>
62         <artifactId>maven-javadoc-plugin</artifactId>
63         <configuration>
64           <sourcepath>*/target/generated-sources/mdsal-binding/*</sourcepath>
65           <excludePackageNames>*</excludePackageNames>
66         </configuration>
67       </plugin>
68     </plugins>
69   </reporting>
70
71   <dependencies>
72     <dependency>
73       <groupId>org.opendaylight.netconf</groupId>
74       <artifactId>ietf-netconf</artifactId>
75       <version>1.4.3-SNAPSHOT</version>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.mdsal.model</groupId>
79       <artifactId>ietf-inet-types-2013-07-15</artifactId>
80       <version>1.4.3-SNAPSHOT</version>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.mdsal.model</groupId>
84       <artifactId>iana-afn-safi</artifactId>
85       <version>2013.07.04.12.3-SNAPSHOT</version>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.mdsal.model</groupId>
89       <artifactId>ietf-access-control-list</artifactId>
90       <version>0.10.3-SNAPSHOT</version>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.mdsal.model</groupId>
94       <artifactId>iana-if-type-2014-05-08</artifactId>
95       <version>2014.05.08.12.3-SNAPSHOT</version>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.mdsal.model</groupId>
99       <artifactId>ietf-yang-types-20130715</artifactId>
100       <version>2013.07.15.12.3-SNAPSHOT</version>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.mdsal.model</groupId>
104       <artifactId>ietf-interfaces</artifactId>
105       <version>2014.05.08.12.3-SNAPSHOT</version>
106     </dependency>
107     <dependency>
108       <groupId>org.opendaylight.mdsal.model</groupId>
109       <artifactId>ietf-packet-fields</artifactId>
110       <version>0.10.3-SNAPSHOT</version>
111     </dependency>
112   </dependencies>
113 </project>