blob: f3fd0df79daa5f97f2e1c8ec07e7e7b8602cd8aa [file] [log] [blame]
alshabib69297fd2015-09-23 13:22:33 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora64b27d2017-08-03 22:45:57 -07003 ~ Copyright 2015-present Open Networking Foundation
alshabib69297fd2015-09-23 13:22:33 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
23 <groupId>org.onosproject</groupId>
Charles Chan8625e772016-12-14 16:15:28 -080024 <artifactId>onos-dependencies</artifactId>
David K. Bainbridged265e632017-09-07 14:00:30 -070025 <version>1.10.6</version>
alshabibaa2911e2016-06-01 17:19:46 -070026 <relativePath></relativePath>
alshabib69297fd2015-09-23 13:22:33 -070027 </parent>
28
alshabibaa2911e2016-06-01 17:19:46 -070029 <groupId>org.opencord</groupId>
30 <artifactId>igmp</artifactId>
David K. Bainbridged6ee31a2017-09-08 11:22:47 -070031 <version>1.3.0</version>
alshabib69297fd2015-09-23 13:22:33 -070032 <packaging>bundle</packaging>
33
34 <description>Internet Group Message Protocol</description>
35
36 <properties>
alshabibaa2911e2016-06-01 17:19:46 -070037 <onos.app.name>org.opencord.igmp</onos.app.name>
David K. Bainbridged265e632017-09-07 14:00:30 -070038 <onos.version>1.10.6</onos.version>
Simon Hunta2120712016-03-04 21:18:23 -080039 <onos.app.title>IGMP App</onos.app.title>
Jian Lid8015d02016-03-08 09:18:53 -080040 <onos.app.category>Traffic Steering</onos.app.category>
alshabibaa2911e2016-06-01 17:19:46 -070041 <onos.app.url>http://opencord.org</onos.app.url>
Jian Li08b493f2016-01-14 17:22:31 -080042 <onos.app.readme>IGMP implementation.</onos.app.readme>
David K. Bainbridge70525c92017-08-10 09:12:11 -070043 <onos.app.requires>org.opencord.config</onos.app.requires>
David K. Bainbridged6ee31a2017-09-08 11:22:47 -070044 <cord.config.version>1.3.0</cord.config.version>
David K. Bainbridged6f32302017-08-17 09:54:40 -070045 <!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 -->
46 <onos-build-conf.version>1.10.3-onf</onos-build-conf.version>
alshabib69297fd2015-09-23 13:22:33 -070047 </properties>
48
49 <dependencies>
50 <dependency>
51 <groupId>org.onosproject</groupId>
52 <artifactId>onos-api</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070053 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070054 </dependency>
55
56 <dependency>
57 <groupId>org.onosproject</groupId>
58 <artifactId>onos-cli</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070059 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070060 </dependency>
61
alshabibe9a108d2016-02-01 17:25:00 -080062 <dependency>
alshabib69297fd2015-09-23 13:22:33 -070063 <groupId>org.onosproject</groupId>
64 <artifactId>onlab-osgi</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070065 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070066 </dependency>
Jonathan Hartef770512016-05-06 09:38:07 -070067
68 <dependency>
69 <groupId>org.onosproject</groupId>
alshabib69297fd2015-09-23 13:22:33 -070070 <artifactId>onlab-junit</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070071 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070072 <scope>test</scope>
73 </dependency>
74
alshabibaa2911e2016-06-01 17:19:46 -070075 <dependency>
76 <groupId>org.onosproject</groupId>
77 <artifactId>onlab-misc</artifactId>
78 <version>${onos.version}</version>
79 </dependency>
80
81 <dependency>
82 <groupId>org.onosproject</groupId>
83 <artifactId>onos-incubator-api</artifactId>
84 <version>${onos.version}</version>
85 </dependency>
alshabib7dafbda2016-09-27 14:25:40 -070086
87 <dependency>
88 <groupId>org.onosproject</groupId>
89 <artifactId>onos-incubator-net</artifactId>
90 <version>${onos.version}</version>
91 </dependency>
alshabibaa2911e2016-06-01 17:19:46 -070092
93 <dependency>
Charles Chan8625e772016-12-14 16:15:28 -080094 <groupId>org.opencord</groupId>
95 <artifactId>cord-config</artifactId>
David K. Bainbridge70525c92017-08-10 09:12:11 -070096 <version>${cord.config.version}</version>
Charles Chan8625e772016-12-14 16:15:28 -080097 </dependency>
alshabib69297fd2015-09-23 13:22:33 -070098 </dependencies>
99
alshabibaa2911e2016-06-01 17:19:46 -0700100 <build>
101 <plugins>
102 <plugin>
103 <groupId>org.apache.felix</groupId>
104 <artifactId>maven-bundle-plugin</artifactId>
105 <version>3.0.1</version>
106 <extensions>true</extensions>
107 </plugin>
108 <plugin>
109 <groupId>org.apache.maven.plugins</groupId>
110 <artifactId>maven-compiler-plugin</artifactId>
111 <version>2.5.1</version>
112 <configuration>
113 <source>1.8</source>
114 <target>1.8</target>
115 </configuration>
116 </plugin>
117 <plugin>
118 <groupId>org.apache.felix</groupId>
119 <artifactId>maven-scr-plugin</artifactId>
120 <version>1.21.0</version>
121 <executions>
122 <execution>
123 <id>generate-scr-srcdescriptor</id>
124 <goals>
125 <goal>scr</goal>
126 </goals>
127 </execution>
128 </executions>
129 <configuration>
130 <supportedProjectTypes>
131 <supportedProjectType>bundle</supportedProjectType>
132 <supportedProjectType>war</supportedProjectType>
133 </supportedProjectTypes>
134 </configuration>
135 </plugin>
136 <plugin>
137 <groupId>org.onosproject</groupId>
138 <artifactId>onos-maven-plugin</artifactId>
139 <version>1.7</version>
140 <executions>
141 <execution>
142 <id>cfg</id>
143 <phase>generate-resources</phase>
144 <goals>
145 <goal>cfg</goal>
146 </goals>
147 </execution>
148 <execution>
149 <id>swagger</id>
150 <phase>generate-sources</phase>
151 <goals>
152 <goal>swagger</goal>
153 </goals>
154 </execution>
155 <execution>
156 <id>app</id>
157 <phase>package</phase>
158 <goals>
159 <goal>app</goal>
160 </goals>
161 </execution>
162 </executions>
163 </plugin>
164 </plugins>
165 </build>
166
Charles Chan8625e772016-12-14 16:15:28 -0800167 <repositories>
168 <repository>
169 <id>central</id>
170 <name>Central Repository</name>
171 <url>http://repo.maven.apache.org/maven2</url>
172 <layout>default</layout>
173 <snapshots>
174 <enabled>false</enabled>
175 </snapshots>
176 <releases>
177 <enabled>true</enabled>
178 <updatePolicy>always</updatePolicy>
179 <checksumPolicy>fail</checksumPolicy>
180 </releases>
181 </repository>
182
183 <repository>
184 <id>snapshots</id>
185 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
186 <snapshots>
187 <enabled>true</enabled>
188 <updatePolicy>always</updatePolicy>
189 <checksumPolicy>fail</checksumPolicy>
190 </snapshots>
191 </repository>
192 </repositories>
alshabib69297fd2015-09-23 13:22:33 -0700193</project>