b25101ec67df7c8a2c8a6e4794b2901134e6b8b3
[transportpce.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
7 -->
8 <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">
9   <modelVersion>4.0.0</modelVersion>
10
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>odlparent</artifactId>
14     <version>5.0.11</version>
15     <relativePath/>
16   </parent>
17
18   <groupId>org.opendaylight.transportpce</groupId>
19   <artifactId>transportpce-aggregator</artifactId>
20   <version>0.4.5-SNAPSHOT</version>
21   <name>transportpce</name>
22   <packaging>pom</packaging>
23
24   <scm>
25     <connection>scm:git:ssh://git.opendaylight.org:29418/transportpce.git</connection>
26     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/transportpce.git</developerConnection>
27     <tag>HEAD</tag>
28     <url>https://wiki.opendaylight.org/display/ODL/TransportPCE</url>
29   </scm>
30
31   <modules>
32     <module>artifacts</module>
33     <module>ordmodels</module>
34     <module>api</module>
35     <module>common</module>
36     <module>test-common</module>
37     <module>renderer</module>
38     <module>networkmodel</module>
39     <module>olm</module>
40     <module>pce</module>
41     <module>servicehandler</module>
42     <module>features</module>
43     <module>karaf</module>
44   </modules>
45
46   <build>
47     <plugins>
48       <plugin>
49         <groupId>org.apache.maven.plugins</groupId>
50         <artifactId>maven-deploy-plugin</artifactId>
51         <configuration>
52           <skip>true</skip>
53         </configuration>
54       </plugin>
55       <plugin>
56         <groupId>org.apache.maven.plugins</groupId>
57         <artifactId>maven-install-plugin</artifactId>
58         <configuration>
59           <skip>true</skip>
60         </configuration>
61       </plugin>
62       <plugin>
63         <groupId>org.apache.maven.plugins</groupId>
64         <artifactId>maven-javadoc-plugin</artifactId>
65         <configuration>
66           <sourcepath>*/target/generated-sources/mdsal-binding/*</sourcepath>
67           <excludePackageNames>*</excludePackageNames>
68         </configuration>
69       </plugin>
70     </plugins>
71   </build>
72 </project>