Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Pier Luigi Ventre | 0a023f4 | 2016-04-30 11:03:15 +0200 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Laboratory |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [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. |
Pier Luigi Ventre | 0a023f4 | 2016-04-30 11:03:15 +0200 | [diff] [blame] | 16 | --> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 17 | |
Pier Luigi Ventre | 0a023f4 | 2016-04-30 11:03:15 +0200 | [diff] [blame] | 18 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 19 | <modelVersion>4.0.0</modelVersion> |
| 20 | <parent> |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 21 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame^] | 22 | <artifactId>onos-dependencies</artifactId> |
| 23 | <version>1.7.0</version> |
| 24 | <relativePath/> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 25 | </parent> |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 26 | |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 27 | <groupId>org.onosproject</groupId> |
| 28 | <artifactId>onos-app-sdx-l2</artifactId> |
Yuta HIGUCHI | 4d47407 | 2016-12-13 18:17:45 -0800 | [diff] [blame] | 29 | <version>1.9.0-SNAPSHOT</version> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 30 | <packaging>bundle</packaging> |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 31 | |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 32 | <description>SDX-L2 application to create and manage Ethernet circuits</description> |
| 33 | <url>http://www.geant.org</url> |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 34 | |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 35 | <properties> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame^] | 36 | <onos.version>1.7.0</onos.version> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 37 | <onos.app.name>org.onosproject.sdx-l2</onos.app.name> |
| 38 | <onos.app.title>SDX-L2 App</onos.app.title> |
| 39 | <onos.app.category>Utility</onos.app.category> |
| 40 | <onos.app.url> |
| 41 | https://wiki.onosproject.org/display/ONOS/SDX-L2+application |
| 42 | </onos.app.url> |
| 43 | <onos.app.readme>SDX-L2 application to create and manage Ethernet |
| 44 | circuits |
| 45 | </onos.app.readme> |
| 46 | <onos.app.origin>GN4 project</onos.app.origin> |
| 47 | </properties> |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 48 | |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 49 | <dependencies> |
| 50 | <dependency> |
| 51 | <groupId>org.onosproject</groupId> |
| 52 | <artifactId>onos-api</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame^] | 53 | <version>${onos.version}</version> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 54 | </dependency> |
| 55 | |
| 56 | <dependency> |
| 57 | <groupId>org.onosproject</groupId> |
| 58 | <artifactId>onos-core-dist</artifactId> |
| 59 | <version>${onos.version}</version> |
| 60 | </dependency> |
| 61 | |
| 62 | <dependency> |
| 63 | <groupId>org.onosproject</groupId> |
| 64 | <artifactId>onlab-junit</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame^] | 65 | <version>${onos.version}</version> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | |
| 69 | <dependency> |
| 70 | <groupId>org.onosproject</groupId> |
| 71 | <artifactId>onos-api</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame^] | 72 | <version>${onos.version}</version> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 73 | <scope>test</scope> |
| 74 | <classifier>tests</classifier> |
| 75 | </dependency> |
| 76 | |
| 77 | <dependency> |
| 78 | <groupId>com.google.guava</groupId> |
| 79 | <artifactId>guava-testlib</artifactId> |
| 80 | <scope>test</scope> |
| 81 | </dependency> |
| 82 | |
| 83 | <dependency> |
| 84 | <groupId>org.onosproject</groupId> |
| 85 | <artifactId>onos-cli</artifactId> |
| 86 | <version>${onos.version}</version> |
| 87 | <scope>provided</scope> |
| 88 | </dependency> |
| 89 | |
| 90 | <dependency> |
| 91 | <groupId>org.osgi</groupId> |
| 92 | <artifactId>org.osgi.core</artifactId> |
| 93 | <scope>provided</scope> |
| 94 | </dependency> |
| 95 | |
| 96 | <dependency> |
| 97 | <groupId>org.apache.karaf.shell</groupId> |
| 98 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 99 | <scope>provided</scope> |
| 100 | </dependency> |
| 101 | |
| 102 | <dependency> |
| 103 | <groupId>org.osgi</groupId> |
| 104 | <artifactId>org.osgi.compendium</artifactId> |
| 105 | </dependency> |
| 106 | |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame^] | 107 | <dependency> |
| 108 | <groupId>org.onosproject</groupId> |
| 109 | <artifactId>onlab-osgi</artifactId> |
| 110 | <version>${onos.version}</version> |
| 111 | </dependency> |
| 112 | |
| 113 | <dependency> |
| 114 | <groupId>org.apache.felix</groupId> |
| 115 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 116 | </dependency> |
| 117 | |
| 118 | <dependency> |
| 119 | <groupId>com.google.guava</groupId> |
| 120 | <artifactId>guava</artifactId> |
| 121 | </dependency> |
| 122 | |
| 123 | <dependency> |
| 124 | <groupId>org.onosproject</groupId> |
| 125 | <artifactId>onlab-misc</artifactId> |
| 126 | <version>${onos.version}</version> |
| 127 | </dependency> |
| 128 | |
| 129 | <dependency> |
| 130 | <groupId>org.onosproject</groupId> |
| 131 | <artifactId>onos-core-serializers</artifactId> |
| 132 | <version>${onos.version}</version> |
| 133 | </dependency> |
| 134 | |
| 135 | <dependency> |
| 136 | <groupId>com.esotericsoftware</groupId> |
| 137 | <artifactId>kryo</artifactId> |
| 138 | </dependency> |
| 139 | |
| 140 | <dependency> |
| 141 | <groupId>commons-lang</groupId> |
| 142 | <artifactId>commons-lang</artifactId> |
| 143 | </dependency> |
| 144 | |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 145 | </dependencies> |
| 146 | |
| 147 | <build> |
| 148 | <plugins> |
| 149 | <plugin> |
| 150 | <groupId>org.apache.maven.plugins</groupId> |
| 151 | <artifactId>maven-surefire-plugin</artifactId> |
| 152 | <configuration> |
| 153 | <useFile>false</useFile> |
| 154 | <redirectTestOutputToFile>false</redirectTestOutputToFile> |
| 155 | </configuration> |
| 156 | </plugin> |
| 157 | <plugin> |
| 158 | <groupId>org.apache.felix</groupId> |
| 159 | <artifactId>maven-bundle-plugin</artifactId> |
| 160 | <extensions>true</extensions> |
| 161 | </plugin> |
| 162 | <plugin> |
| 163 | <groupId>org.apache.maven.plugins</groupId> |
| 164 | <artifactId>maven-compiler-plugin</artifactId> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 165 | </plugin> |
| 166 | <plugin> |
| 167 | <groupId>org.apache.felix</groupId> |
| 168 | <artifactId>maven-scr-plugin</artifactId> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 169 | </plugin> |
| 170 | <plugin> |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 171 | <groupId>org.onosproject</groupId> |
Carolina Fernandez | b31adee | 2016-08-31 11:29:38 +0200 | [diff] [blame] | 172 | <artifactId>onos-maven-plugin</artifactId> |
| 173 | <executions> |
| 174 | <execution> |
| 175 | <id>cfg</id> |
| 176 | <phase>generate-resources</phase> |
| 177 | <goals> |
| 178 | <goal>cfg</goal> |
| 179 | </goals> |
| 180 | </execution> |
| 181 | <execution> |
| 182 | <id>swagger</id> |
| 183 | <phase>generate-sources</phase> |
| 184 | <goals> |
| 185 | <goal>swagger</goal> |
| 186 | </goals> |
| 187 | </execution> |
| 188 | <execution> |
| 189 | <id>app</id> |
| 190 | <phase>package</phase> |
| 191 | <goals> |
| 192 | <goal>app</goal> |
| 193 | </goals> |
| 194 | </execution> |
| 195 | </executions> |
| 196 | </plugin> |
| 197 | </plugins> |
| 198 | </build> |
Pier Luigi Ventre | d1173a1 | 2016-03-30 15:51:03 +0200 | [diff] [blame] | 199 | |
Yuta HIGUCHI | 4d47407 | 2016-12-13 18:17:45 -0800 | [diff] [blame] | 200 | </project> |