blob: d30878b7104715b0f2d6027087c08b39e4f36389 [file] [log] [blame]
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -04001<?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 Timoney5383edf2022-10-20 15:29:33 -040025
Dan Timoneya612cdd2020-03-05 11:51:01 -050026<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)94f4b9b2021-03-02 20:00:49 -050027 <modelVersion>4.0.0</modelVersion>
Dan Timoneya612cdd2020-03-05 11:51:01 -050028
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050029 <parent>
30 <groupId>org.onap.ccsdk.parent</groupId>
31 <artifactId>odlparent-lite</artifactId>
Dan Timoneyb5a1f492022-11-07 13:38:17 -050032 <version>2.5.0</version>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050033 <relativePath/>
34 </parent>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040035
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050036 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
37 <artifactId>ansible-adaptor</artifactId>
Dan Timoneyef9ea4a2022-11-10 14:55:19 -050038 <version>1.6.1-SNAPSHOT</version>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050039 <packaging>pom</packaging>
Dan Timoneya612cdd2020-03-05 11:51:01 -050040
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050041 <name>ccsdk-sli-adaptors :: ${project.artifactId}</name>
42 <description>Abstractions to interact with Ansible server via REST</description>
Dan Timoneya612cdd2020-03-05 11:51:01 -050043
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050044 <modules>
Singal, Kapil (ks220y)cb075002021-03-16 00:30:22 -040045 <module>ansible-adaptor-bundle</module>
46 <module>ansible-adaptor-installer</module>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050047 </modules>
Dan Timoneya612cdd2020-03-05 11:51:01 -050048
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050049 <dependencyManagement>
50 <dependencies>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050051 <dependency>
Singal, Kapil (ks220y)7845d9b2021-05-13 15:09:28 -040052 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
Singal, Kapil (ks220y)cb075002021-03-16 00:30:22 -040053 <artifactId>ansible-adaptor-features</artifactId>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050054 <version>${project.version}</version>
55 <type>xml</type>
56 <classifier>features</classifier>
57 </dependency>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050058 <dependency>
Singal, Kapil (ks220y)7845d9b2021-05-13 15:09:28 -040059 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
Singal, Kapil (ks220y)1424a8e2021-03-24 14:54:47 -040060 <artifactId>ansible-adaptor-bundle</artifactId>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050061 <version>${project.version}</version>
62 </dependency>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050063 </dependencies>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050064 </dependencyManagement>
Dan Timoneya612cdd2020-03-05 11:51:01 -050065
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050066 <pluginRepositories>
67 <!-- Black Duck plugin dependencies -->
Dan Timoneya612cdd2020-03-05 11:51:01 -050068 <pluginRepository>
69 <id>JCenter</id>
70 <name>JCenter Repository</name>
71 <url>http://jcenter.bintray.com</url>
72 </pluginRepository>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050073 </pluginRepositories>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040074
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050075 <reporting>
76 <plugins>
77 <plugin>
78 <artifactId>maven-javadoc-plugin</artifactId>
79 <configuration>
80 <additionalDependencies>
81 <additionalDependency>
82 <groupId>org.slf4j</groupId>
83 <artifactId>slf4j-api</artifactId>
84 <version>${slf4j.version}</version>
85 </additionalDependency>
86 <additionalDependency>
87 <groupId>org.antlr</groupId>
88 <artifactId>antlr4</artifactId>
89 <version>${antlr.version}</version>
90 </additionalDependency>
91 <additionalDependency>
92 <groupId>org.antlr</groupId>
93 <artifactId>antlr4-runtime</artifactId>
94 <version>4.3</version>
95 </additionalDependency>
96 </additionalDependencies>
97 </configuration>
98 <reportSets>
99 <reportSet>
100 <reports>
101 <report>javadoc-no-fork</report>
102 <report>test-javadoc-no-fork</report>
103 </reports>
104 </reportSet>
105 <reportSet>
106 <id>aggregate</id>
107 <reports>
108 <report>aggregate</report>
109 <report>test-aggregate</report>
110 </reports>
111 </reportSet>
112 </reportSets>
113 </plugin>
114 <plugin>
115 <groupId>org.apache.maven.plugins</groupId>
116 <artifactId>maven-jxr-plugin</artifactId>
117 <version>2.3</version>
118 <reportSets>
119 <reportSet>
120 <id>aggregate</id>
121 <reports>
122 <report>aggregate</report>
123 <report>test-aggregate</report>
124 </reports>
125 </reportSet>
126 </reportSets>
127 </plugin>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400128
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500129 <plugin>
130 <artifactId>maven-surefire-plugin</artifactId>
131 </plugin>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400132
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500133 <plugin>
134 <groupId>org.apache.maven.plugins</groupId>
135 <artifactId>maven-changelog-plugin</artifactId>
136 <version>2.3</version>
137 <reportSets>
138 <reportSet>
139 <id>dual-report</id>
140 <configuration>
141 <type>range</type>
142 <range>30</range>
143 </configuration>
144 <reports>
145 <report>changelog</report>
146 <report>file-activity</report>
147 </reports>
148 </reportSet>
149 </reportSets>
150 </plugin>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400151
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500152 <plugin>
153 <groupId>org.codehaus.mojo</groupId>
154 <artifactId>taglist-maven-plugin</artifactId>
155 <version>2.4</version>
156 </plugin>
157 </plugins>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400158
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500159 </reporting>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400160</project>