Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-core / standard-service-models / model-endpointcost / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2015 Yale University 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
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>odlparent</artifactId>
13     <version>1.7.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16
17   <groupId>org.opendaylight.alto.core</groupId>
18   <artifactId>alto-service-model-endpointcost-aggregator</artifactId>
19   <version>0.3.0-SNAPSHOT</version>
20   <name>alto-service-model-endpointcost</name>
21   <packaging>pom</packaging>
22   <modelVersion>4.0.0</modelVersion>
23   <prerequisites>
24     <maven>3.1.1</maven>
25   </prerequisites>
26   <profiles>
27     <profile>
28       <id>minimal</id>
29       <activation>
30         <activeByDefault>true</activeByDefault>
31       </activation>
32       <modules>
33         <module>api</module>
34       </modules>
35     </profile>
36
37     <profile>
38       <id>alto-dev</id>
39       <modules>
40         <module>api</module>
41         <module>impl</module>
42         <module>features</module>
43         <module>artifacts</module>
44       </modules>
45     </profile>
46
47     <profile>
48       <id>alto-test</id>
49       <modules>
50         <module>api</module>
51         <module>impl</module>
52         <module>features</module>
53         <module>artifacts</module>
54         <module>karaf</module>
55         <module>it</module>
56       </modules>
57     </profile>
58   </profiles>
59
60   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
61   <build>
62     <plugins>
63       <plugin>
64         <groupId>org.apache.maven.plugins</groupId>
65         <artifactId>maven-deploy-plugin</artifactId>
66         <configuration>
67           <skip>true</skip>
68         </configuration>
69       </plugin>
70       <plugin>
71         <groupId>org.apache.maven.plugins</groupId>
72         <artifactId>maven-install-plugin</artifactId>
73         <configuration>
74           <skip>true</skip>
75         </configuration>
76       </plugin>
77     </plugins>
78   </build>
79 </project>