Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | d6a135a | 2017-08-03 22:46:05 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [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 | <parent> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 21 | <groupId>org.opencord</groupId> |
| 22 | <artifactId>olt</artifactId> |
Jonathan Hart | e8441ae | 2018-07-05 10:22:29 -0700 | [diff] [blame^] | 23 | <version>1.4.1-SNAPSHOT</version> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 24 | <relativePath>../pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 28 | <artifactId>olt-app</artifactId> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 29 | |
| 30 | <packaging>bundle</packaging> |
| 31 | <description>OLT application for CORD</description> |
| 32 | |
| 33 | <properties> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 34 | <web.context>/onos/olt</web.context> |
| 35 | <api.version>1.0.0</api.version> |
| 36 | <api.title>ONOS OLT REST API</api.title> |
| 37 | <api.description> |
| 38 | APIs for interacting with the CORD OLT application. |
| 39 | </api.description> |
Jonathan Hart | 1d34c8b | 2018-05-05 15:37:28 -0700 | [diff] [blame] | 40 | <onos.app.name>org.opencord.olt</onos.app.name> |
| 41 | <onos.app.title>OLT Access Management</onos.app.title> |
| 42 | <onos.app.origin>OpenCord</onos.app.origin> |
| 43 | <onos.app.category>default</onos.app.category> |
| 44 | <onos.app.url>http://opencord.org</onos.app.url> |
| 45 | <onos.app.readme>CORD OLT Access management application</onos.app.readme> |
Jonathan Hart | d7ab2aa | 2018-06-06 16:07:38 -0700 | [diff] [blame] | 46 | <api.package>org.opencord.olt.rest</api.package> |
| 47 | <olt.api.version>${project.version}</olt.api.version> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 48 | </properties> |
| 49 | |
| 50 | <dependencies> |
| 51 | <dependency> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 52 | <groupId>org.opencord</groupId> |
| 53 | <artifactId>olt-api</artifactId> |
David K. Bainbridge | 12e0a2c | 2017-08-10 09:12:56 -0700 | [diff] [blame] | 54 | <version>${olt.api.version}</version> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 55 | </dependency> |
| 56 | |
| 57 | <dependency> |
Jonathan Hart | 1d34c8b | 2018-05-05 15:37:28 -0700 | [diff] [blame] | 58 | <groupId>org.opencord</groupId> |
| 59 | <artifactId>olt-kafka</artifactId> |
| 60 | <version>${olt.api.version}</version> |
| 61 | </dependency> |
| 62 | |
| 63 | <dependency> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 64 | <groupId>org.onosproject</groupId> |
| 65 | <artifactId>onos-cli</artifactId> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 66 | <version>${onos.version}</version> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 67 | </dependency> |
| 68 | |
| 69 | <dependency> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 70 | <groupId>org.onosproject</groupId> |
| 71 | <artifactId>onos-rest</artifactId> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 72 | <version>${onos.version}</version> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 73 | </dependency> |
Jonathan Hart | da66a01 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 74 | |
| 75 | <dependency> |
| 76 | <groupId>org.apache.karaf.shell</groupId> |
| 77 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 78 | </dependency> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 79 | </dependencies> |
| 80 | |
| 81 | <build> |
| 82 | <plugins> |
| 83 | <plugin> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 84 | <groupId>org.onosproject</groupId> |
| 85 | <artifactId>onos-maven-plugin</artifactId> |
Jonathan Hart | da66a01 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 86 | <version>1.11</version> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 87 | </plugin> |
| 88 | <plugin> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 89 | <groupId>org.apache.felix</groupId> |
| 90 | <artifactId>maven-bundle-plugin</artifactId> |
| 91 | <extensions>true</extensions> |
| 92 | <configuration> |
| 93 | <instructions> |
| 94 | <_wab>src/main/webapp/</_wab> |
| 95 | <Include-Resource> |
| 96 | WEB-INF/classes/apidoc/swagger.json=target/swagger.json, |
| 97 | {maven-resources} |
| 98 | </Include-Resource> |
| 99 | <Bundle-SymbolicName> |
| 100 | ${project.groupId}.${project.artifactId} |
| 101 | </Bundle-SymbolicName> |
| 102 | <Import-Package> |
Brian O'Connor | 864bdf0 | 2016-04-04 14:00:37 -0700 | [diff] [blame] | 103 | *,org.glassfish.jersey.servlet |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 104 | </Import-Package> |
| 105 | <Web-ContextPath>${web.context}</Web-ContextPath> |
| 106 | </instructions> |
| 107 | </configuration> |
| 108 | </plugin> |
Jonathan Hart | 98ec669 | 2016-07-06 10:40:21 -0700 | [diff] [blame] | 109 | <plugin> |
| 110 | <groupId>org.apache.felix</groupId> |
| 111 | <artifactId>maven-scr-plugin</artifactId> |
| 112 | <version>1.21.0</version> |
| 113 | <executions> |
| 114 | <execution> |
| 115 | <id>generate-scr-srcdescriptor</id> |
| 116 | <goals> |
| 117 | <goal>scr</goal> |
| 118 | </goals> |
| 119 | </execution> |
| 120 | </executions> |
| 121 | <configuration> |
| 122 | <supportedProjectTypes> |
| 123 | <supportedProjectType>bundle</supportedProjectType> |
| 124 | <supportedProjectType>war</supportedProjectType> |
| 125 | </supportedProjectTypes> |
| 126 | </configuration> |
| 127 | </plugin> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 128 | </plugins> |
| 129 | </build> |
| 130 | </project> |