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