blob: 755841f4be05a80e32cc5b62ad91f129746a6637 [file] [log] [blame]
alshabib3b1eadc2016-02-01 17:57:00 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connorcf85aa82017-08-03 22:46:01 -07003 ~ Copyright 2016-present Open Networking Foundation
alshabib3b1eadc2016-02-01 17:57:00 -08004 ~
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/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
23 <groupId>org.onosproject</groupId>
Charles Chancde9cfc2016-12-14 16:15:09 -080024 <artifactId>onos-dependencies</artifactId>
pier3c7d8312020-01-30 14:37:28 +010025 <version>1.13.10-rc2</version>
alshabib772e1582016-06-01 17:50:05 -070026 <relativePath></relativePath>
alshabib3b1eadc2016-02-01 17:57:00 -080027 </parent>
28
alshabib772e1582016-06-01 17:50:05 -070029 <groupId>org.opencord</groupId>
30 <artifactId>mcast</artifactId>
pierbe6208f2019-10-21 09:20:50 +020031 <version>1.4.1-SNAPSHOT</version>
alshabib3b1eadc2016-02-01 17:57:00 -080032 <packaging>bundle</packaging>
33
34 <description>CORD Multicast application</description>
35
36 <properties>
alshabib191751a2016-06-01 17:55:26 -070037 <onos.app.name>org.opencord.mcast</onos.app.name>
pier3c7d8312020-01-30 14:37:28 +010038 <onos.version>1.13.10-rc2</onos.version>
Jian Li0f1bd262016-03-08 09:18:53 -080039 <onos.app.category>Traffic Steering</onos.app.category>
Jian Lieddfb972016-03-07 21:26:48 -080040 <onos.app.title>CORD Multicast App</onos.app.title>
Jian Li0f1bd262016-03-08 09:18:53 -080041 <onos.app.url>http://opencord.org</onos.app.url>
Jonathan Hartf4b27c62018-05-02 17:30:05 -070042 <onos.app.requires>org.opencord.config</onos.app.requires>
pier3c7d8312020-01-30 14:37:28 +010043 <cord.config.version>1.5.0-SNAPSHOT</cord.config.version>
44 <olt.api.version>3.1.0-SNAPSHOT</olt.api.version>
alshabib3b1eadc2016-02-01 17:57:00 -080045 </properties>
46
47 <dependencies>
48 <dependency>
49 <groupId>org.onosproject</groupId>
alshabib772e1582016-06-01 17:50:05 -070050 <artifactId>onlab-osgi</artifactId>
51 <version>${onos.version}</version>
52 </dependency>
alshabib772e1582016-06-01 17:50:05 -070053 <dependency>
54 <groupId>org.onosproject</groupId>
55 <artifactId>onos-api</artifactId>
56 <version>${onos.version}</version>
57 </dependency>
Charles Chancde9cfc2016-12-14 16:15:09 -080058 <dependency>
59 <groupId>org.opencord</groupId>
60 <artifactId>cord-config</artifactId>
David K. Bainbridge13001242017-08-10 09:12:26 -070061 <version>${cord.config.version}</version>
Charles Chancde9cfc2016-12-14 16:15:09 -080062 </dependency>
Charles Chancde9cfc2016-12-14 16:15:09 -080063 <dependency>
Esin Karaman73b0e572019-08-28 13:57:30 +000064 <groupId>org.onosproject</groupId>
65 <artifactId>onos-apps-mcast-api</artifactId>
66 <version>${onos.version}</version>
Jonathan Hartf4b27c62018-05-02 17:30:05 -070067 </dependency>
alshabib3b1eadc2016-02-01 17:57:00 -080068 </dependencies>
alshabib772e1582016-06-01 17:50:05 -070069
70 <build>
71 <plugins>
72 <plugin>
73 <groupId>org.apache.felix</groupId>
74 <artifactId>maven-bundle-plugin</artifactId>
75 <version>3.0.1</version>
76 <extensions>true</extensions>
77 </plugin>
78 <plugin>
79 <groupId>org.apache.maven.plugins</groupId>
80 <artifactId>maven-compiler-plugin</artifactId>
81 <version>2.5.1</version>
82 <configuration>
83 <source>1.8</source>
84 <target>1.8</target>
85 </configuration>
86 </plugin>
87 <plugin>
pier3c7d8312020-01-30 14:37:28 +010088 <groupId>org.apache.maven.plugins</groupId>
89 <artifactId>maven-checkstyle-plugin</artifactId>
90 <configuration>
91 <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
92 </configuration>
93 </plugin>
94 <plugin>
alshabib772e1582016-06-01 17:50:05 -070095 <groupId>org.apache.felix</groupId>
96 <artifactId>maven-scr-plugin</artifactId>
97 <version>1.21.0</version>
98 <executions>
99 <execution>
100 <id>generate-scr-srcdescriptor</id>
101 <goals>
102 <goal>scr</goal>
103 </goals>
104 </execution>
105 </executions>
106 <configuration>
107 <supportedProjectTypes>
108 <supportedProjectType>bundle</supportedProjectType>
109 <supportedProjectType>war</supportedProjectType>
110 </supportedProjectTypes>
111 </configuration>
112 </plugin>
113 <plugin>
114 <groupId>org.onosproject</groupId>
115 <artifactId>onos-maven-plugin</artifactId>
alshabib772e1582016-06-01 17:50:05 -0700116 <executions>
117 <execution>
118 <id>cfg</id>
119 <phase>generate-resources</phase>
120 <goals>
121 <goal>cfg</goal>
122 </goals>
123 </execution>
124 <execution>
125 <id>swagger</id>
126 <phase>generate-sources</phase>
127 <goals>
128 <goal>swagger</goal>
129 </goals>
130 </execution>
131 <execution>
132 <id>app</id>
133 <phase>package</phase>
134 <goals>
135 <goal>app</goal>
136 </goals>
137 </execution>
138 </executions>
139 </plugin>
140 </plugins>
141 </build>
142
Charles Chancde9cfc2016-12-14 16:15:09 -0800143 <repositories>
144 <repository>
145 <id>central</id>
146 <name>Central Repository</name>
pier3c7d8312020-01-30 14:37:28 +0100147 <url>https://repo.maven.apache.org/maven2</url>
Charles Chancde9cfc2016-12-14 16:15:09 -0800148 <layout>default</layout>
149 <snapshots>
150 <enabled>false</enabled>
151 </snapshots>
152 <releases>
153 <enabled>true</enabled>
154 <updatePolicy>always</updatePolicy>
155 <checksumPolicy>fail</checksumPolicy>
156 </releases>
157 </repository>
158
159 <repository>
160 <id>snapshots</id>
161 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
162 <snapshots>
163 <enabled>true</enabled>
164 <updatePolicy>always</updatePolicy>
165 <checksumPolicy>fail</checksumPolicy>
166 </snapshots>
167 </repository>
168 </repositories>
alshabib3b1eadc2016-02-01 17:57:00 -0800169</project>