blob: 93002f195bee5c53e261a36fdb7dc888edeea738 [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 Timoneya612cdd2020-03-05 11:51:01 -050025<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 -050026 <modelVersion>4.0.0</modelVersion>
Dan Timoneya612cdd2020-03-05 11:51:01 -050027
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050028 <parent>
29 <groupId>org.onap.ccsdk.parent</groupId>
30 <artifactId>odlparent-lite</artifactId>
Dan Timoneyac0e0c92024-08-07 16:48:23 -040031 <version>2.8.0-SNAPSHOT</version>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050032 <relativePath/>
33 </parent>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040034
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050035 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
36 <artifactId>ansible-adaptor</artifactId>
Dan Timoneyac0e0c92024-08-07 16:48:23 -040037 <version>1.9.0-SNAPSHOT</version>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050038 <packaging>pom</packaging>
Dan Timoneya612cdd2020-03-05 11:51:01 -050039
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050040 <name>ccsdk-sli-adaptors :: ${project.artifactId}</name>
41 <description>Abstractions to interact with Ansible server via REST</description>
Dan Timoneya612cdd2020-03-05 11:51:01 -050042
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050043 <modules>
Singal, Kapil (ks220y)cb075002021-03-16 00:30:22 -040044 <module>ansible-adaptor-bundle</module>
45 <module>ansible-adaptor-installer</module>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050046 </modules>
Dan Timoneya612cdd2020-03-05 11:51:01 -050047
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050048 <dependencyManagement>
49 <dependencies>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050050 <dependency>
Singal, Kapil (ks220y)7845d9b2021-05-13 15:09:28 -040051 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
Singal, Kapil (ks220y)cb075002021-03-16 00:30:22 -040052 <artifactId>ansible-adaptor-features</artifactId>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050053 <version>${project.version}</version>
54 <type>xml</type>
55 <classifier>features</classifier>
56 </dependency>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050057 <dependency>
Singal, Kapil (ks220y)7845d9b2021-05-13 15:09:28 -040058 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
Singal, Kapil (ks220y)1424a8e2021-03-24 14:54:47 -040059 <artifactId>ansible-adaptor-bundle</artifactId>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050060 <version>${project.version}</version>
61 </dependency>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050062 </dependencies>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050063 </dependencyManagement>
Dan Timoneya612cdd2020-03-05 11:51:01 -050064
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050065 <pluginRepositories>
66 <!-- Black Duck plugin dependencies -->
Dan Timoneya612cdd2020-03-05 11:51:01 -050067 <pluginRepository>
68 <id>JCenter</id>
69 <name>JCenter Repository</name>
70 <url>http://jcenter.bintray.com</url>
71 </pluginRepository>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050072 </pluginRepositories>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040073
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050074 <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)99fe1a52018-03-29 12:31:45 -0400127
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500128 <plugin>
129 <artifactId>maven-surefire-plugin</artifactId>
130 </plugin>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400131
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500132 <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)99fe1a52018-03-29 12:31:45 -0400150
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500151 <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)99fe1a52018-03-29 12:31:45 -0400157
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500158 </reporting>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400159</project>