alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 3cd18b3 | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Laboratory |
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> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 24 | <artifactId>onos</artifactId> |
Charles Chan | 2dd83db | 2016-06-26 22:37:10 -0700 | [diff] [blame^] | 25 | <version>1.6.0</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> |
| 31 | <version>1.0-SNAPSHOT</version> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
alshabib | db6f6c4 | 2016-06-02 21:58:31 -0700 | [diff] [blame] | 34 | <!--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 | |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 43 | <description>Internet Group Message Protocol</description> |
| 44 | |
| 45 | <properties> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 46 | <onos.app.name>org.opencord.igmp</onos.app.name> |
Charles Chan | 2dd83db | 2016-06-26 22:37:10 -0700 | [diff] [blame^] | 47 | <onos.version>1.6.0</onos.version> |
Simon Hunt | a212071 | 2016-03-04 21:18:23 -0800 | [diff] [blame] | 48 | <onos.app.title>IGMP App</onos.app.title> |
Jian Li | d8015d0 | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 49 | <onos.app.category>Traffic Steering</onos.app.category> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 50 | <onos.app.url>http://opencord.org</onos.app.url> |
Jian Li | 08b493f | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 51 | <onos.app.readme>IGMP implementation.</onos.app.readme> |
Jonathan Hart | 320ca99 | 2016-06-10 15:13:11 -0700 | [diff] [blame] | 52 | <onos.app.requires>org.opencord.config</onos.app.requires> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 53 | </properties> |
| 54 | |
| 55 | <dependencies> |
| 56 | <dependency> |
| 57 | <groupId>org.onosproject</groupId> |
| 58 | <artifactId>onos-api</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 | |
| 62 | <dependency> |
| 63 | <groupId>org.onosproject</groupId> |
| 64 | <artifactId>onos-cli</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> |
| 67 | |
alshabib | e9a108d | 2016-02-01 17:25:00 -0800 | [diff] [blame] | 68 | <dependency> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 69 | <groupId>org.onosproject</groupId> |
| 70 | <artifactId>onlab-osgi</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 | </dependency> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 73 | |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 74 | <dependency> |
alshabib | 25654bd | 2016-06-01 17:32:32 -0700 | [diff] [blame] | 75 | <groupId>org.opencord</groupId> |
Jonathan Hart | 320ca99 | 2016-06-10 15:13:11 -0700 | [diff] [blame] | 76 | <artifactId>cord-config</artifactId> |
alshabib | 25654bd | 2016-06-01 17:32:32 -0700 | [diff] [blame] | 77 | <version>${project.version}</version> |
Jonathan Hart | ef77051 | 2016-05-06 09:38:07 -0700 | [diff] [blame] | 78 | </dependency> |
| 79 | |
| 80 | <dependency> |
| 81 | <groupId>org.onosproject</groupId> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 82 | <artifactId>onlab-junit</artifactId> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 83 | <version>${onos.version}</version> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 84 | <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> |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 96 | <scope>provided</scope> |
| 97 | </dependency> |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 98 | |
| 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 | |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 118 | |
| 119 | </dependencies> |
| 120 | |
alshabib | aa2911e | 2016-06-01 17:19:46 -0700 | [diff] [blame] | 121 | <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 | |
alshabib | 69297fd | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 188 | </project> |