alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | a64b27d | 2017-08-03 22:45:57 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Foundation |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 4 | ~ |
| 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 Chan | 8625e77 | 2016-12-14 16:15:28 -0800 | [diff] [blame] | 24 | <artifactId>onos-dependencies</artifactId> |
David K. Bainbridge | d265e63 | 2017-09-07 14:00:30 -0700 | [diff] [blame^] | 25 | <version>1.10.6</version> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 26 | <relativePath></relativePath> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 27 | </parent> |
| 28 | |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 29 | <groupId>org.opencord</groupId> |
| 30 | <artifactId>igmp</artifactId> |
David K. Bainbridge | d6f3230 | 2017-08-17 09:54:40 -0700 | [diff] [blame] | 31 | <version>1.3.0-SNAPSHOT</version> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
| 34 | <description>Internet Group Message Protocol</description> |
| 35 | |
| 36 | <properties> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 37 | <onos.app.name>org.opencord.igmp</onos.app.name> |
David K. Bainbridge | d265e63 | 2017-09-07 14:00:30 -0700 | [diff] [blame^] | 38 | <onos.version>1.10.6</onos.version> |
Simon Hunt | a212071 | 2016-03-04 21:18:23 -0800 | [diff] [blame] | 39 | <onos.app.title>IGMP App</onos.app.title> |
Jian Li | d8015d0 | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 40 | <onos.app.category>Traffic Steering</onos.app.category> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 41 | <onos.app.url>http://opencord.org</onos.app.url> |
Jian Li | 08b493f | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 42 | <onos.app.readme>IGMP implementation.</onos.app.readme> |
David K. Bainbridge | 70525c9 | 2017-08-10 09:12:11 -0700 | [diff] [blame] | 43 | <onos.app.requires>org.opencord.config</onos.app.requires> |
David K. Bainbridge | d6f3230 | 2017-08-17 09:54:40 -0700 | [diff] [blame] | 44 | <cord.config.version>1.3.0-SNAPSHOT</cord.config.version> |
| 45 | <!-- 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> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 47 | </properties> |
| 48 | |
| 49 | <dependencies> |
| 50 | <dependency> |
| 51 | <groupId>org.onosproject</groupId> |
| 52 | <artifactId>onos-api</artifactId> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 53 | <version>${onos.version}</version> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 54 | </dependency> |
| 55 | |
| 56 | <dependency> |
| 57 | <groupId>org.onosproject</groupId> |
| 58 | <artifactId>onos-cli</artifactId> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 59 | <version>${onos.version}</version> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 60 | </dependency> |
| 61 | |
alshabib | e9a108d | 2016-02-01 17:25:00 -0800 | [diff] [blame] | 62 | <dependency> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 63 | <groupId>org.onosproject</groupId> |
| 64 | <artifactId>onlab-osgi</artifactId> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 65 | <version>${onos.version}</version> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 66 | </dependency> |
Jonathan Hart | ef77051 | 2016-05-06 09:38:07 -0700 | [diff] [blame] | 67 | |
| 68 | <dependency> |
| 69 | <groupId>org.onosproject</groupId> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 70 | <artifactId>onlab-junit</artifactId> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 71 | <version>${onos.version}</version> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 72 | <scope>test</scope> |
| 73 | </dependency> |
| 74 | |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 75 | <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> |
alshabib | 7dafbda | 2016-09-27 14:25:40 -0700 | [diff] [blame] | 86 | |
| 87 | <dependency> |
| 88 | <groupId>org.onosproject</groupId> |
| 89 | <artifactId>onos-incubator-net</artifactId> |
| 90 | <version>${onos.version}</version> |
| 91 | </dependency> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 92 | |
| 93 | <dependency> |
Charles Chan | 8625e77 | 2016-12-14 16:15:28 -0800 | [diff] [blame] | 94 | <groupId>org.opencord</groupId> |
| 95 | <artifactId>cord-config</artifactId> |
David K. Bainbridge | 70525c9 | 2017-08-10 09:12:11 -0700 | [diff] [blame] | 96 | <version>${cord.config.version}</version> |
Charles Chan | 8625e77 | 2016-12-14 16:15:28 -0800 | [diff] [blame] | 97 | </dependency> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 98 | </dependencies> |
| 99 | |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 100 | <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 Chan | 8625e77 | 2016-12-14 16:15:28 -0800 | [diff] [blame] | 167 | <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> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 193 | </project> |