Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 4 | ONAP : CCSDK |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 5 | ================================================================================ |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 6 | Copyright (C) 2018 Samsung Electronics. All rights reserved. |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 7 | ================================================================================ |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 8 | |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 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 | |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 22 | |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 23 | ============LICENSE_END========================================================= |
| 24 | --> |
Dan Timoney | 8bc3696 | 2020-08-06 15:17:17 -0400 | [diff] [blame] | 25 | |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 26 | <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"> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 28 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 29 | <parent> |
Dan Timoney | 5de8196 | 2021-01-26 13:15:47 -0500 | [diff] [blame] | 30 | <groupId>org.onap.ccsdk.parent</groupId> |
| 31 | <artifactId>odlparent-lite</artifactId> |
Dan Timoney | e93adc2 | 2021-02-22 14:11:46 -0500 | [diff] [blame] | 32 | <version>2.1.1</version> |
Dan Timoney | 5de8196 | 2021-01-26 13:15:47 -0500 | [diff] [blame] | 33 | <relativePath/> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 34 | </parent> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 35 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 36 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Dan Timoney | 5de8196 | 2021-01-26 13:15:47 -0500 | [diff] [blame] | 37 | <artifactId>saltstack-adaptor</artifactId> |
Dan Timoney | 3f3e689 | 2021-02-23 11:37:18 -0500 | [diff] [blame] | 38 | <version>1.2.1-SNAPSHOT</version> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 39 | <packaging>pom</packaging> |
| 40 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame^] | 41 | <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 42 | <description>Abstractions to interact with Saltstack server via REST |
| 43 | </description> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 44 | |
| 45 | <modules> |
| 46 | <module>saltstack-adapter-provider</module> |
| 47 | <module>saltstack-adapter-installer</module> |
| 48 | </modules> |
| 49 | |
| 50 | <dependencyManagement> |
| 51 | <dependencies> |
| 52 | |
| 53 | <dependency> |
| 54 | <groupId>org.onap.appc</groupId> |
| 55 | <artifactId>saltstack-adapter-features</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | <type>xml</type> |
| 58 | <classifier>features</classifier> |
| 59 | </dependency> |
| 60 | |
| 61 | <dependency> |
| 62 | <groupId>org.onap.appc</groupId> |
| 63 | <artifactId>saltstack-adapter-provider</artifactId> |
| 64 | <version>${project.version}</version> |
| 65 | </dependency> |
| 66 | |
| 67 | <dependency> |
| 68 | <groupId>junit</groupId> |
| 69 | <artifactId>junit</artifactId> |
| 70 | <version>4.11</version> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 74 | </dependencies> |
| 75 | |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 76 | </dependencyManagement> |
| 77 | |
| 78 | <pluginRepositories> |
| 79 | <!-- Black Duck plugin dependencies --> |
| 80 | <pluginRepository> |
| 81 | <id>JCenter</id> |
| 82 | <name>JCenter Repository</name> |
| 83 | <url>http://jcenter.bintray.com</url> |
| 84 | </pluginRepository> |
| 85 | |
| 86 | </pluginRepositories> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 87 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 88 | <build> |
| 89 | <plugins> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 90 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 91 | <!-- Black duck plugin Not required for regular builds |
| 92 | <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> |
| 93 | <version>1.4.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> |
| 94 | <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> |
| 95 | </configuration> <extensions>true</extensions> |
| 96 | <executions> |
| 97 | <execution> |
| 98 | <id>create-bdio-file</id> |
| 99 | <phase>package</phase> |
| 100 | <goals> |
| 101 | <goal>createHubOutput</goal> |
| 102 | </goals> |
| 103 | </execution> |
| 104 | </executions> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 105 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 106 | </plugin> |
| 107 | --> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 108 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 109 | </plugins> |
| 110 | </build> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 111 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 112 | <reporting> |
| 113 | <plugins> |
| 114 | <plugin> |
| 115 | <artifactId>maven-javadoc-plugin</artifactId> |
| 116 | <configuration> |
| 117 | <additionalDependencies> |
| 118 | <additionalDependency> |
| 119 | <groupId>org.slf4j</groupId> |
| 120 | <artifactId>slf4j-api</artifactId> |
| 121 | <version>${slf4j.version}</version> |
| 122 | </additionalDependency> |
| 123 | <additionalDependency> |
| 124 | <groupId>org.antlr</groupId> |
| 125 | <artifactId>antlr4</artifactId> |
| 126 | <version>${antlr.version}</version> |
| 127 | </additionalDependency> |
| 128 | <additionalDependency> |
| 129 | <groupId>org.antlr</groupId> |
| 130 | <artifactId>antlr4-runtime</artifactId> |
| 131 | <version>4.3</version> |
| 132 | </additionalDependency> |
| 133 | </additionalDependencies> |
| 134 | </configuration> |
| 135 | <reportSets> |
| 136 | <reportSet> |
| 137 | <reports> |
| 138 | <report>javadoc-no-fork</report> |
| 139 | <report>test-javadoc-no-fork</report> |
| 140 | </reports> |
| 141 | </reportSet> |
| 142 | <reportSet> |
| 143 | <id>aggregate</id> |
| 144 | <reports> |
| 145 | <report>aggregate</report> |
| 146 | <report>test-aggregate</report> |
| 147 | </reports> |
| 148 | </reportSet> |
| 149 | </reportSets> |
| 150 | </plugin> |
| 151 | <plugin> |
| 152 | <groupId>org.apache.maven.plugins</groupId> |
| 153 | <artifactId>maven-jxr-plugin</artifactId> |
| 154 | <version>2.3</version> |
| 155 | <reportSets> |
| 156 | <reportSet> |
| 157 | <id>aggregate</id> |
| 158 | <reports> |
| 159 | <report>aggregate</report> |
| 160 | <report>test-aggregate</report> |
| 161 | </reports> |
| 162 | </reportSet> |
| 163 | </reportSets> |
| 164 | </plugin> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 165 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 166 | <plugin> |
| 167 | <artifactId>maven-surefire-plugin</artifactId> |
| 168 | </plugin> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 169 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 170 | <plugin> |
| 171 | <groupId>org.apache.maven.plugins</groupId> |
| 172 | <artifactId>maven-changelog-plugin</artifactId> |
| 173 | <version>2.3</version> |
| 174 | <reportSets> |
| 175 | <reportSet> |
| 176 | <id>dual-report</id> |
| 177 | <configuration> |
| 178 | <type>range</type> |
| 179 | <range>30</range> |
| 180 | </configuration> |
| 181 | <reports> |
| 182 | <report>changelog</report> |
| 183 | <report>file-activity</report> |
| 184 | </reports> |
| 185 | </reportSet> |
| 186 | </reportSets> |
| 187 | </plugin> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 188 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 189 | <plugin> |
| 190 | <groupId>org.codehaus.mojo</groupId> |
| 191 | <artifactId>taglist-maven-plugin</artifactId> |
| 192 | <version>2.4</version> |
| 193 | </plugin> |
| 194 | </plugins> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 195 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 196 | </reporting> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 197 | </project> |