Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | ================================================================================ |
| 8 | Copyright (C) 2017 Amdocs |
| 9 | ============================================================================= |
| 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
| 13 | |
| 14 | http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | |
| 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
| 21 | |
| 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 23 | ============LICENSE_END========================================================= |
| 24 | --> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 25 | <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"> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 27 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.onap.ccsdk.parent</groupId> |
| 30 | <artifactId>odlparent-lite</artifactId> |
Dan Timoney | ac0e0c9 | 2024-08-07 16:48:23 -0400 | [diff] [blame^] | 31 | <version>2.8.0-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 32 | <relativePath/> |
| 33 | </parent> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 34 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 35 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 36 | <artifactId>ansible-adaptor</artifactId> |
Dan Timoney | ac0e0c9 | 2024-08-07 16:48:23 -0400 | [diff] [blame^] | 37 | <version>1.9.0-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 38 | <packaging>pom</packaging> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 39 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 40 | <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |
| 41 | <description>Abstractions to interact with Ansible server via REST</description> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 42 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 43 | <modules> |
Singal, Kapil (ks220y) | cb07500 | 2021-03-16 00:30:22 -0400 | [diff] [blame] | 44 | <module>ansible-adaptor-bundle</module> |
| 45 | <module>ansible-adaptor-installer</module> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 46 | </modules> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 47 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 48 | <dependencyManagement> |
| 49 | <dependencies> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 50 | <dependency> |
Singal, Kapil (ks220y) | 7845d9b | 2021-05-13 15:09:28 -0400 | [diff] [blame] | 51 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Singal, Kapil (ks220y) | cb07500 | 2021-03-16 00:30:22 -0400 | [diff] [blame] | 52 | <artifactId>ansible-adaptor-features</artifactId> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 53 | <version>${project.version}</version> |
| 54 | <type>xml</type> |
| 55 | <classifier>features</classifier> |
| 56 | </dependency> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 57 | <dependency> |
Singal, Kapil (ks220y) | 7845d9b | 2021-05-13 15:09:28 -0400 | [diff] [blame] | 58 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Singal, Kapil (ks220y) | 1424a8e | 2021-03-24 14:54:47 -0400 | [diff] [blame] | 59 | <artifactId>ansible-adaptor-bundle</artifactId> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 60 | <version>${project.version}</version> |
| 61 | </dependency> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 62 | </dependencies> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 63 | </dependencyManagement> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 64 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 65 | <pluginRepositories> |
| 66 | <!-- Black Duck plugin dependencies --> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 67 | <pluginRepository> |
| 68 | <id>JCenter</id> |
| 69 | <name>JCenter Repository</name> |
| 70 | <url>http://jcenter.bintray.com</url> |
| 71 | </pluginRepository> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 72 | </pluginRepositories> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 73 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 74 | <reporting> |
| 75 | <plugins> |
| 76 | <plugin> |
| 77 | <artifactId>maven-javadoc-plugin</artifactId> |
| 78 | <configuration> |
| 79 | <additionalDependencies> |
| 80 | <additionalDependency> |
| 81 | <groupId>org.slf4j</groupId> |
| 82 | <artifactId>slf4j-api</artifactId> |
| 83 | <version>${slf4j.version}</version> |
| 84 | </additionalDependency> |
| 85 | <additionalDependency> |
| 86 | <groupId>org.antlr</groupId> |
| 87 | <artifactId>antlr4</artifactId> |
| 88 | <version>${antlr.version}</version> |
| 89 | </additionalDependency> |
| 90 | <additionalDependency> |
| 91 | <groupId>org.antlr</groupId> |
| 92 | <artifactId>antlr4-runtime</artifactId> |
| 93 | <version>4.3</version> |
| 94 | </additionalDependency> |
| 95 | </additionalDependencies> |
| 96 | </configuration> |
| 97 | <reportSets> |
| 98 | <reportSet> |
| 99 | <reports> |
| 100 | <report>javadoc-no-fork</report> |
| 101 | <report>test-javadoc-no-fork</report> |
| 102 | </reports> |
| 103 | </reportSet> |
| 104 | <reportSet> |
| 105 | <id>aggregate</id> |
| 106 | <reports> |
| 107 | <report>aggregate</report> |
| 108 | <report>test-aggregate</report> |
| 109 | </reports> |
| 110 | </reportSet> |
| 111 | </reportSets> |
| 112 | </plugin> |
| 113 | <plugin> |
| 114 | <groupId>org.apache.maven.plugins</groupId> |
| 115 | <artifactId>maven-jxr-plugin</artifactId> |
| 116 | <version>2.3</version> |
| 117 | <reportSets> |
| 118 | <reportSet> |
| 119 | <id>aggregate</id> |
| 120 | <reports> |
| 121 | <report>aggregate</report> |
| 122 | <report>test-aggregate</report> |
| 123 | </reports> |
| 124 | </reportSet> |
| 125 | </reportSets> |
| 126 | </plugin> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 127 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 128 | <plugin> |
| 129 | <artifactId>maven-surefire-plugin</artifactId> |
| 130 | </plugin> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 131 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 132 | <plugin> |
| 133 | <groupId>org.apache.maven.plugins</groupId> |
| 134 | <artifactId>maven-changelog-plugin</artifactId> |
| 135 | <version>2.3</version> |
| 136 | <reportSets> |
| 137 | <reportSet> |
| 138 | <id>dual-report</id> |
| 139 | <configuration> |
| 140 | <type>range</type> |
| 141 | <range>30</range> |
| 142 | </configuration> |
| 143 | <reports> |
| 144 | <report>changelog</report> |
| 145 | <report>file-activity</report> |
| 146 | </reports> |
| 147 | </reportSet> |
| 148 | </reportSets> |
| 149 | </plugin> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 150 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 151 | <plugin> |
| 152 | <groupId>org.codehaus.mojo</groupId> |
| 153 | <artifactId>taglist-maven-plugin</artifactId> |
| 154 | <version>2.4</version> |
| 155 | </plugin> |
| 156 | </plugins> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 157 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 158 | </reporting> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 159 | </project> |