blob: 2e681441481d78ccf4921f082df4e40247c4531c [file] [log] [blame]
alshabib69297fd2015-09-23 13:22:33 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connor3cd18b32016-04-09 01:19:45 -07003 ~ Copyright 2015-present Open Networking Laboratory
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>
alshabibaa2911e2016-06-01 17:19:46 -070024 <artifactId>onos</artifactId>
Charles Chan2dd83db2016-06-26 22:37:10 -070025 <version>1.6.0</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>
31 <version>1.0-SNAPSHOT</version>
alshabib69297fd2015-09-23 13:22:33 -070032 <packaging>bundle</packaging>
33
alshabibdb6f6c42016-06-02 21:58:31 -070034 <!--FIXME remove this one the released bits are out-->
35 <repositories>
36 <repository>
37 <id>oss-staging</id>
38 <name>OSS Staging</name>
39 <url>https://oss.sonatype.org/content/groups/staging</url>
40 </repository>
41 </repositories>
42
alshabib69297fd2015-09-23 13:22:33 -070043 <description>Internet Group Message Protocol</description>
44
45 <properties>
alshabibaa2911e2016-06-01 17:19:46 -070046 <onos.app.name>org.opencord.igmp</onos.app.name>
Charles Chan2dd83db2016-06-26 22:37:10 -070047 <onos.version>1.6.0</onos.version>
Simon Hunta2120712016-03-04 21:18:23 -080048 <onos.app.title>IGMP App</onos.app.title>
Jian Lid8015d02016-03-08 09:18:53 -080049 <onos.app.category>Traffic Steering</onos.app.category>
alshabibaa2911e2016-06-01 17:19:46 -070050 <onos.app.url>http://opencord.org</onos.app.url>
Jian Li08b493f2016-01-14 17:22:31 -080051 <onos.app.readme>IGMP implementation.</onos.app.readme>
Jonathan Hart320ca992016-06-10 15:13:11 -070052 <onos.app.requires>org.opencord.config</onos.app.requires>
alshabib69297fd2015-09-23 13:22:33 -070053 </properties>
54
55 <dependencies>
56 <dependency>
57 <groupId>org.onosproject</groupId>
58 <artifactId>onos-api</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070059 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070060 </dependency>
61
62 <dependency>
63 <groupId>org.onosproject</groupId>
64 <artifactId>onos-cli</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070065 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070066 </dependency>
67
alshabibe9a108d2016-02-01 17:25:00 -080068 <dependency>
alshabib69297fd2015-09-23 13:22:33 -070069 <groupId>org.onosproject</groupId>
70 <artifactId>onlab-osgi</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070071 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070072 </dependency>
alshabibaa2911e2016-06-01 17:19:46 -070073
alshabib69297fd2015-09-23 13:22:33 -070074 <dependency>
alshabib25654bd2016-06-01 17:32:32 -070075 <groupId>org.opencord</groupId>
Jonathan Hart320ca992016-06-10 15:13:11 -070076 <artifactId>cord-config</artifactId>
alshabib25654bd2016-06-01 17:32:32 -070077 <version>${project.version}</version>
Jonathan Hartef770512016-05-06 09:38:07 -070078 </dependency>
79
80 <dependency>
81 <groupId>org.onosproject</groupId>
alshabib69297fd2015-09-23 13:22:33 -070082 <artifactId>onlab-junit</artifactId>
alshabibaa2911e2016-06-01 17:19:46 -070083 <version>${onos.version}</version>
alshabib69297fd2015-09-23 13:22:33 -070084 <scope>test</scope>
85 </dependency>
86
87 <!-- This is needed by ComponentContext, used for tunable configuration -->
88 <dependency>
89 <groupId>org.osgi</groupId>
90 <artifactId>org.osgi.compendium</artifactId>
91 </dependency>
92
93 <dependency>
94 <groupId>org.apache.felix</groupId>
95 <artifactId>org.apache.felix.scr.annotations</artifactId>
alshabib69297fd2015-09-23 13:22:33 -070096 <scope>provided</scope>
97 </dependency>
alshabibaa2911e2016-06-01 17:19:46 -070098
99 <!-- TODO FIX ONOS ROOT POM to split thirdparty and onos dependencies -->
100 <dependency>
101 <groupId>org.onosproject</groupId>
102 <artifactId>onlab-misc</artifactId>
103 <version>${onos.version}</version>
104 </dependency>
105
106 <dependency>
107 <groupId>org.onosproject</groupId>
108 <artifactId>onos-incubator-api</artifactId>
109 <version>${onos.version}</version>
110 </dependency>
111
112 <dependency>
113 <groupId>org.onosproject</groupId>
114 <artifactId>onos-core-common</artifactId>
115 <version>${onos.version}</version>
116 </dependency>
117
alshabib69297fd2015-09-23 13:22:33 -0700118
119 </dependencies>
120
alshabibaa2911e2016-06-01 17:19:46 -0700121 <build>
122 <plugins>
123 <plugin>
124 <groupId>org.apache.felix</groupId>
125 <artifactId>maven-bundle-plugin</artifactId>
126 <version>3.0.1</version>
127 <extensions>true</extensions>
128 </plugin>
129 <plugin>
130 <groupId>org.apache.maven.plugins</groupId>
131 <artifactId>maven-compiler-plugin</artifactId>
132 <version>2.5.1</version>
133 <configuration>
134 <source>1.8</source>
135 <target>1.8</target>
136 </configuration>
137 </plugin>
138 <plugin>
139 <groupId>org.apache.felix</groupId>
140 <artifactId>maven-scr-plugin</artifactId>
141 <version>1.21.0</version>
142 <executions>
143 <execution>
144 <id>generate-scr-srcdescriptor</id>
145 <goals>
146 <goal>scr</goal>
147 </goals>
148 </execution>
149 </executions>
150 <configuration>
151 <supportedProjectTypes>
152 <supportedProjectType>bundle</supportedProjectType>
153 <supportedProjectType>war</supportedProjectType>
154 </supportedProjectTypes>
155 </configuration>
156 </plugin>
157 <plugin>
158 <groupId>org.onosproject</groupId>
159 <artifactId>onos-maven-plugin</artifactId>
160 <version>1.7</version>
161 <executions>
162 <execution>
163 <id>cfg</id>
164 <phase>generate-resources</phase>
165 <goals>
166 <goal>cfg</goal>
167 </goals>
168 </execution>
169 <execution>
170 <id>swagger</id>
171 <phase>generate-sources</phase>
172 <goals>
173 <goal>swagger</goal>
174 </goals>
175 </execution>
176 <execution>
177 <id>app</id>
178 <phase>package</phase>
179 <goals>
180 <goal>app</goal>
181 </goals>
182 </execution>
183 </executions>
184 </plugin>
185 </plugins>
186 </build>
187
alshabib69297fd2015-09-23 13:22:33 -0700188</project>