Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | f6332bd | 2018-06-13 13:07:38 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 7 | Copyright (C) 2017 Amdocs |
| 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 21 | --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 22 | <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/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 25 | <groupId>org.onap.appc.parent</groupId> |
| 26 | <artifactId>odlparent-lite</artifactId> |
Patrick Brady | 19ae780 | 2019-01-08 12:25:10 -0800 | [diff] [blame] | 27 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 28 | <relativePath /> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 29 | </parent> |
| 30 | |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 31 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 32 | <artifactId>appc-iaas-adapter</artifactId> |
| 33 | <name>IaaS Adaptor</name> |
| 34 | <description>Abstraction to connect to and utilize the services of cloud providers such as OpenStack or VMWare.</description> |
| 35 | <packaging>pom</packaging> |
| 36 | |
| 37 | <reporting> |
| 38 | <plugins> |
| 39 | <plugin> |
| 40 | <artifactId>maven-javadoc-plugin</artifactId> |
| 41 | <configuration> |
| 42 | <additionalDependencies> |
| 43 | <additionalDependency> |
| 44 | <groupId>org.slf4j</groupId> |
| 45 | <artifactId>slf4j-api</artifactId> |
| 46 | <version>${slf4j.version}</version> |
| 47 | </additionalDependency> |
| 48 | <additionalDependency> |
| 49 | <groupId>org.antlr</groupId> |
| 50 | <artifactId>antlr4</artifactId> |
| 51 | <version>${antlr.version}</version> |
| 52 | </additionalDependency> |
| 53 | <additionalDependency> |
| 54 | <groupId>org.antlr</groupId> |
| 55 | <artifactId>antlr4-runtime</artifactId> |
| 56 | <version>4.3</version> |
| 57 | </additionalDependency> |
| 58 | </additionalDependencies> |
| 59 | </configuration> |
| 60 | <reportSets> |
| 61 | <reportSet> |
| 62 | <reports> |
| 63 | <report>javadoc-no-fork</report> |
| 64 | <report>test-javadoc-no-fork</report> |
| 65 | </reports> |
| 66 | </reportSet> |
| 67 | <reportSet> |
| 68 | <id>aggregate</id> |
| 69 | <reports> |
| 70 | <report>aggregate</report> |
| 71 | <report>test-aggregate</report> |
| 72 | </reports> |
| 73 | </reportSet> |
| 74 | </reportSets> |
| 75 | </plugin> |
| 76 | <plugin> |
| 77 | <groupId>org.apache.maven.plugins</groupId> |
| 78 | <artifactId>maven-jxr-plugin</artifactId> |
| 79 | <version>2.3</version> |
| 80 | <reportSets> |
| 81 | <reportSet> |
| 82 | <id>aggregate</id> |
| 83 | <reports> |
| 84 | <report>aggregate</report> |
| 85 | <report>test-aggregate</report> |
| 86 | </reports> |
| 87 | </reportSet> |
| 88 | </reportSets> |
| 89 | </plugin> |
| 90 | |
| 91 | <plugin> |
| 92 | <artifactId>maven-surefire-plugin</artifactId> |
| 93 | </plugin> |
| 94 | |
| 95 | <plugin> |
| 96 | <groupId>org.apache.maven.plugins</groupId> |
| 97 | <artifactId>maven-changelog-plugin</artifactId> |
| 98 | <version>2.3</version> |
| 99 | <reportSets> |
| 100 | <reportSet> |
| 101 | <id>dual-report</id> |
| 102 | <configuration> |
| 103 | <type>range</type> |
| 104 | <range>30</range> |
| 105 | </configuration> |
| 106 | <reports> |
| 107 | <report>changelog</report> |
| 108 | <report>file-activity</report> |
| 109 | </reports> |
| 110 | </reportSet> |
| 111 | </reportSets> |
| 112 | </plugin> |
| 113 | |
| 114 | <plugin> |
| 115 | <groupId>org.codehaus.mojo</groupId> |
| 116 | <artifactId>taglist-maven-plugin</artifactId> |
| 117 | <version>2.4</version> |
| 118 | </plugin> |
| 119 | </plugins> |
| 120 | </reporting> |
| 121 | |
| 122 | <dependencyManagement> |
| 123 | <dependencies> |
| 124 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 125 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 126 | <artifactId>appc-iaas-adapter-features</artifactId> |
| 127 | <classifier>features</classifier> |
| 128 | <type>xml</type> |
| 129 | <version>${project.version}</version> |
| 130 | </dependency> |
| 131 | |
| 132 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 133 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 134 | <artifactId>appc-iaas-adapter-provider</artifactId> |
| 135 | <version>${project.version}</version> |
| 136 | </dependency> |
| 137 | </dependencies> |
| 138 | |
| 139 | |
| 140 | </dependencyManagement> |
| 141 | |
| 142 | <modules> |
| 143 | <module>appc-iaas-adapter-bundle</module> |
| 144 | <module>appc-iaas-adapter-features</module> |
| 145 | <module>appc-iaas-adapter-installer</module> |
| 146 | </modules> |
Patrick Brady | ccd67e9 | 2018-11-12 12:14:11 -0800 | [diff] [blame] | 147 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 148 | </project> |