Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 2 | <!-- |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 3 | Copyright (C) 2019 Bell Canada |
Brinda Santh | 795ca3d | 2019-11-20 14:27:46 -0500 | [diff] [blame] | 4 | Modification Copyright © 2018-2019 AT&T Intellectual Property. |
Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 5 | |
| 6 | Unless otherwise specified, all software contained herein is licensed |
| 7 | under the Apache License, Version 2.0 (the License); |
| 8 | you may not use this software except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 18 | --> |
Timoney, Dan (dt5972) | dfe5205 | 2019-07-17 11:07:44 -0400 | [diff] [blame] | 19 | <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) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 21 | |
| 22 | <parent> |
| 23 | <groupId>org.onap.ccsdk.parent</groupId> |
Frank Kimmlingen | bffa765 | 2024-01-16 16:30:56 +0100 | [diff] [blame] | 24 | <artifactId>spring-boot-27-starter-parent</artifactId> |
Dan Timoney | afc943b | 2023-11-08 10:18:20 -0500 | [diff] [blame] | 25 | <version>2.6.1</version> |
Singal, Kapil (ks220y) | d39d85b | 2019-09-18 12:23:42 -0400 | [diff] [blame] | 26 | <relativePath/> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 27 | </parent> |
| 28 | |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 29 | <groupId>org.onap.ccsdk.cds</groupId> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 30 | <artifactId>cds-aggregator</artifactId> |
Dan Timoney | 5e9a1da | 2023-06-14 17:03:23 -0400 | [diff] [blame] | 31 | <version>1.6.0-SNAPSHOT</version> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 32 | <packaging>pom</packaging> |
| 33 | |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 34 | <name>Aggregator</name> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 35 | <description>CCSDK Controller Design Studio</description> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 36 | <url>https://wiki.onap.org</url> |
| 37 | <organization> |
| 38 | <name>ONAP</name> |
| 39 | </organization> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 40 | |
| 41 | <modules> |
Alexis de Talhouët | 837f849 | 2019-03-27 16:42:08 -0400 | [diff] [blame] | 42 | <module>ms</module> |
Singal, Kapil (ks220y) | 615761d | 2020-02-13 11:37:37 -0500 | [diff] [blame] | 43 | <module>cds-ui</module> |
Brinda Santh | 795ca3d | 2019-11-20 14:27:46 -0500 | [diff] [blame] | 44 | <module>components</module> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 45 | </modules> |
| 46 | |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 47 | <properties> |
| 48 | <!--Don't set any language to let sonar enable multi-language support--> |
Singal, Kapil (ks220y) | d39d85b | 2019-09-18 12:23:42 -0400 | [diff] [blame] | 49 | <sonar.language/> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 50 | <!--Provide src/main as source path so both src/main/java and src/main/kotlin are scanned--> |
| 51 | <sonar.sources>src/main</sonar.sources> |
| 52 | <!--Provide src/test as source path for test so both src/test/java and src/test/kotlin are scanned--> |
| 53 | <sonar.tests>src/test</sonar.tests> |
| 54 | <!--Only include java and kt files to the scan--> |
| 55 | <sonar.inclusions>**/*.java,**/*.kt</sonar.inclusions> |
Alexis de Talhouët | d4b56bc | 2019-07-01 19:25:41 -0400 | [diff] [blame] | 56 | <!--Specify path to load jacoco XLM report, as Sonar can't load Kotlin coverage from binary report--> |
Singal, Kapil (ks220y) | 28aa3a6 | 2020-12-15 20:56:54 -0500 | [diff] [blame] | 57 | <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |
Jozsef Csongvai | 4d46bb1 | 2022-09-26 11:09:50 -0400 | [diff] [blame] | 58 | <jacoco.version>0.8.7</jacoco.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 59 | |
| 60 | <!-- Properties for POM Format --> |
Jozsef Csongvai | a07209f | 2022-05-16 11:03:43 -0400 | [diff] [blame] | 61 | <format.skipValidate>false</format.skipValidate> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 62 | <format.skipExecute>true</format.skipExecute> |
Ahmedeldeeb50 | 63eb67e | 2021-01-04 14:45:26 +0200 | [diff] [blame] | 63 | |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 64 | <java.version>11</java.version> |
| 65 | <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version> |
| 66 | <maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version> |
Singal, Kapil (ks220y) | fbbc9bc | 2020-09-16 10:49:28 -0400 | [diff] [blame] | 67 | |
| 68 | <!-- docker related properties --> |
Singal, Kapil (ks220y) | 28aa3a6 | 2020-12-15 20:56:54 -0500 | [diff] [blame] | 69 | <assembly.id>maven</assembly.id> |
Singal, Kapil (ks220y) | fbbc9bc | 2020-09-16 10:49:28 -0400 | [diff] [blame] | 70 | <docker.verbose>true</docker.verbose> |
| 71 | <docker.skip.push>false</docker.skip.push> |
Singal, Kapil (ks220y) | 28aa3a6 | 2020-12-15 20:56:54 -0500 | [diff] [blame] | 72 | <name.space>org.onap.ccsdk.cds</name.space> |
Singal, Kapil (ks220y) | 7d397bd | 2020-09-21 09:53:32 -0400 | [diff] [blame] | 73 | <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> |
| 74 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
Singal, Kapil (ks220y) | fbbc9bc | 2020-09-16 10:49:28 -0400 | [diff] [blame] | 75 | |
Timoney, Dan (dt5972) | fe6da44 | 2022-10-24 11:04:31 -0400 | [diff] [blame] | 76 | <ccsdk.sli.version>1.5.2</ccsdk.sli.version> |
Singal, Kapil (ks220y) | fbbc9bc | 2020-09-16 10:49:28 -0400 | [diff] [blame] | 77 | <ccsdk.cds.version>${project.version}</ccsdk.cds.version> |
Dan Timoney | afc943b | 2023-11-08 10:18:20 -0500 | [diff] [blame] | 78 | |
Frank Kimmlingen | bffa765 | 2024-01-16 16:30:56 +0100 | [diff] [blame] | 79 | <kotlin.version>1.7.0</kotlin.version> |
Dan Timoney | afc943b | 2023-11-08 10:18:20 -0500 | [diff] [blame] | 80 | <kotlin.maven.version>1.6.21</kotlin.maven.version> |
| 81 | <kotlin.couroutines.version>1.6.4</kotlin.couroutines.version> |
| 82 | <kotlinpoet.version>1.11.0</kotlinpoet.version> |
| 83 | <apache.httpcomponents.client.version>4.5.13</apache.httpcomponents.client.version> |
| 84 | |
| 85 | <grpc.version>1.29.0</grpc.version> |
| 86 | <netty-ssl>2.0.50.Final</netty-ssl> |
| 87 | <protobuff.java.version>3.10.0</protobuff.java.version> |
Frank Kimmlingen | bffa765 | 2024-01-16 16:30:56 +0100 | [diff] [blame] | 88 | <protobuff.java.utils.version>3.16.3</protobuff.java.utils.version> |
Dan Timoney | afc943b | 2023-11-08 10:18:20 -0500 | [diff] [blame] | 89 | <mockk.version>1.12.8</mockk.version> |
| 90 | |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 91 | </properties> |
| 92 | |
| 93 | <build> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 94 | <pluginManagement> |
| 95 | <plugins> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 96 | <!-- Plugin to Format/Validate POM Files --> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 97 | <plugin> |
| 98 | <groupId>org.codehaus.mojo</groupId> |
| 99 | <artifactId>tidy-maven-plugin</artifactId> |
| 100 | <version>1.1.0</version> |
Singal, Kapil (ks220y) | cd4d989 | 2020-11-20 18:51:05 -0500 | [diff] [blame] | 101 | <configuration> |
| 102 | <lineLength>120</lineLength> |
| 103 | </configuration> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 104 | <executions> |
| 105 | <execution> |
| 106 | <id>format-pom</id> |
| 107 | <phase>process-sources</phase> |
| 108 | <goals> |
| 109 | <goal>pom</goal> |
| 110 | </goals> |
| 111 | <configuration> |
| 112 | <skip>${format.skipExecute}</skip> |
| 113 | </configuration> |
| 114 | </execution> |
| 115 | <execution> |
| 116 | <id>validate-pom</id> |
| 117 | <phase>validate</phase> |
| 118 | <goals> |
| 119 | <goal>check</goal> |
| 120 | </goals> |
| 121 | <configuration> |
| 122 | <skip>${format.skipValidate}</skip> |
| 123 | </configuration> |
| 124 | </execution> |
| 125 | </executions> |
| 126 | </plugin> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 127 | |
| 128 | <!-- Plugin to Format/Validate Kotlin Files --> |
| 129 | <plugin> |
| 130 | <groupId>org.apache.maven.plugins</groupId> |
| 131 | <artifactId>maven-antrun-plugin</artifactId> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 132 | <version>${maven-antrun-plugin.version}</version> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 133 | <executions> |
| 134 | <execution> |
| 135 | <id>validate-kotlin</id> |
| 136 | <phase>validate</phase> |
| 137 | <configuration> |
| 138 | <target name="ktlint"> |
| 139 | <java taskname="ktlint" dir="${project.basedir}" fork="true" failonerror="true" classname="com.pinterest.ktlint.Main" classpathref="maven.plugin.classpath"> |
| 140 | <arg value="src/**/*.kt"/> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 141 | <arg value="Scripts/**/*.kt"/> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 142 | </java> |
| 143 | </target> |
| 144 | <skip>${format.skipValidate}</skip> |
| 145 | </configuration> |
| 146 | <goals> |
| 147 | <goal>run</goal> |
| 148 | </goals> |
| 149 | </execution> |
| 150 | <execution> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 151 | <id>format-kotlin</id> |
| 152 | <phase>process-sources</phase> |
| 153 | <configuration> |
| 154 | <target name="ktlint"> |
| 155 | <java taskname="ktlint" dir="${project.basedir}" fork="true" failonerror="true" classname="com.pinterest.ktlint.Main" classpathref="maven.plugin.classpath"> |
| 156 | <arg value="-F"/> |
| 157 | <arg value="src/**/*.kt"/> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 158 | <arg value="Scripts/**/*.kt"/> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 159 | </java> |
| 160 | </target> |
| 161 | <skip>${format.skipExecute}</skip> |
| 162 | </configuration> |
| 163 | <goals> |
| 164 | <goal>run</goal> |
| 165 | </goals> |
| 166 | </execution> |
| 167 | </executions> |
| 168 | <dependencies> |
| 169 | <dependency> |
| 170 | <groupId>com.pinterest</groupId> |
| 171 | <artifactId>ktlint</artifactId> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 172 | <version>0.39.0</version> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 173 | </dependency> |
| 174 | </dependencies> |
| 175 | </plugin> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 176 | |
| 177 | <!-- Plugin to identify root path of the project --> |
| 178 | <plugin> |
| 179 | <groupId>org.commonjava.maven.plugins</groupId> |
| 180 | <artifactId>directory-maven-plugin</artifactId> |
Jessica Wagantall | ca79a35 | 2024-03-25 17:02:42 -0700 | [diff] [blame] | 181 | <version>1.0</version> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 182 | <executions> |
| 183 | <execution> |
| 184 | <phase>validate</phase> |
| 185 | <id>directories</id> |
| 186 | <goals> |
| 187 | <goal>highest-basedir</goal> |
| 188 | </goals> |
| 189 | <configuration> |
| 190 | <property>baseDirPath</property> |
| 191 | </configuration> |
| 192 | </execution> |
| 193 | </executions> |
| 194 | </plugin> |
| 195 | |
| 196 | <!-- Plugin to Format/Validate Java Classes --> |
| 197 | <plugin> |
| 198 | <groupId>net.revelc.code.formatter</groupId> |
| 199 | <artifactId>formatter-maven-plugin</artifactId> |
Dan Timoney | 3763eb8 | 2021-12-13 15:06:43 -0500 | [diff] [blame] | 200 | <version>2.17.1</version> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 201 | <executions> |
| 202 | <execution> |
| 203 | <id>format-java</id> |
| 204 | <goals> |
| 205 | <goal>format</goal> |
| 206 | </goals> |
| 207 | <phase>process-sources</phase> |
| 208 | <configuration> |
| 209 | <lineEnding>LF</lineEnding> |
| 210 | <skip>${format.skipExecute}</skip> |
| 211 | <sourceDirectory>${project.basedir}</sourceDirectory> |
| 212 | <configFile>${baseDirPath}/ONAP-Java-Code-Style.xml</configFile> |
| 213 | <includes> |
| 214 | <include>src/**/*.java</include> |
| 215 | </includes> |
| 216 | </configuration> |
| 217 | </execution> |
| 218 | <execution> |
| 219 | <id>validate-java</id> |
| 220 | <goals> |
| 221 | <goal>validate</goal> |
| 222 | </goals> |
| 223 | <phase>validate</phase> |
| 224 | <configuration> |
| 225 | <lineEnding>LF</lineEnding> |
| 226 | <skip>${format.skipValidate}</skip> |
| 227 | <sourceDirectory>${project.basedir}</sourceDirectory> |
| 228 | <configFile>${baseDirPath}/ONAP-Java-Code-Style.xml</configFile> |
| 229 | <includes> |
| 230 | <include>src/**/*.java</include> |
| 231 | </includes> |
| 232 | </configuration> |
| 233 | </execution> |
| 234 | </executions> |
| 235 | <dependencies> |
| 236 | <dependency> |
| 237 | <groupId>com.fasterxml.jackson.core</groupId> |
| 238 | <artifactId>jackson-annotations</artifactId> |
| 239 | <version>${jackson-bom.version}</version> |
| 240 | </dependency> |
| 241 | </dependencies> |
| 242 | </plugin> |
| 243 | |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 244 | <plugin> |
| 245 | <groupId>org.apache.maven.plugins</groupId> |
| 246 | <artifactId>maven-surefire-plugin</artifactId> |
| 247 | <version>${maven-surefire-plugin.version}</version> |
| 248 | <configuration> |
| 249 | <!-- Sets the VM argument line used when unit tests are run. --> |
| 250 | <argLine>${surefireArgLine}</argLine> |
| 251 | <!-- Excludes integration tests when unit tests are run. --> |
| 252 | <excludes> |
| 253 | <exclude>**/IT*.java</exclude> |
| 254 | </excludes> |
| 255 | </configuration> |
| 256 | </plugin> |
| 257 | <plugin> |
| 258 | <groupId>org.apache.maven.plugins</groupId> |
| 259 | <artifactId>maven-failsafe-plugin</artifactId> |
| 260 | <version>${maven-failsafe-plugin.version}</version> |
| 261 | <executions> |
| 262 | <!-- Ensures that both integration-test and verify goals of the Failsafe Maven plugin are executed. --> |
| 263 | <execution> |
| 264 | <id>integration-tests</id> |
| 265 | <goals> |
| 266 | <goal>integration-test</goal> |
| 267 | <goal>verify</goal> |
| 268 | </goals> |
| 269 | <configuration> |
| 270 | <!-- Sets the VM argument line used when integration tests are run. --> |
| 271 | <argLine>${failsafeArgLine}</argLine> |
| 272 | </configuration> |
| 273 | </execution> |
| 274 | </executions> |
| 275 | </plugin> |
| 276 | <plugin> |
| 277 | <groupId>org.jetbrains.kotlin</groupId> |
| 278 | <artifactId>kotlin-maven-plugin</artifactId> |
| 279 | <version>${kotlin.maven.version}</version> |
| 280 | <configuration> |
| 281 | <jvmTarget>${java.version}</jvmTarget> |
| 282 | </configuration> |
| 283 | </plugin> |
| 284 | <plugin> |
| 285 | <groupId>org.apache.maven.plugins</groupId> |
| 286 | <artifactId>maven-compiler-plugin</artifactId> |
| 287 | <version>${maven-compiler-plugin.version}</version> |
| 288 | <configuration> |
| 289 | <release>${java.version}</release> |
| 290 | <!--explicitly remove source and target--> |
| 291 | <source combine.self="override"/> |
| 292 | <target combine.self="override"/> |
| 293 | </configuration> |
| 294 | </plugin> |
| 295 | </plugins> |
| 296 | </pluginManagement> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 297 | <plugins> |
| 298 | <plugin> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 299 | <groupId>org.jacoco</groupId> |
| 300 | <artifactId>jacoco-maven-plugin</artifactId> |
| 301 | <version>${jacoco.version}</version> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 302 | </plugin> |
Singal, Kapil (ks220y) | 341db21 | 2019-11-22 18:06:08 -0500 | [diff] [blame] | 303 | <plugin> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 304 | <groupId>org.codehaus.mojo</groupId> |
| 305 | <artifactId>tidy-maven-plugin</artifactId> |
| 306 | </plugin> |
| 307 | <plugin> |
Singal, Kapil (ks220y) | 341db21 | 2019-11-22 18:06:08 -0500 | [diff] [blame] | 308 | <groupId>org.apache.maven.plugins</groupId> |
| 309 | <artifactId>maven-antrun-plugin</artifactId> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 310 | </plugin> |
| 311 | <plugin> |
Singal, Kapil (ks220y) | 1072867 | 2020-09-22 12:16:46 -0400 | [diff] [blame] | 312 | <groupId>org.commonjava.maven.plugins</groupId> |
| 313 | <artifactId>directory-maven-plugin</artifactId> |
| 314 | </plugin> |
| 315 | <plugin> |
| 316 | <groupId>net.revelc.code.formatter</groupId> |
| 317 | <artifactId>formatter-maven-plugin</artifactId> |
| 318 | </plugin> |
| 319 | <plugin> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 320 | <groupId>org.apache.maven.plugins</groupId> |
| 321 | <artifactId>maven-surefire-plugin</artifactId> |
| 322 | </plugin> |
| 323 | <plugin> |
| 324 | <groupId>org.apache.maven.plugins</groupId> |
| 325 | <artifactId>maven-failsafe-plugin</artifactId> |
| 326 | </plugin> |
| 327 | <plugin> |
| 328 | <groupId>org.apache.maven.plugins</groupId> |
| 329 | <artifactId>maven-compiler-plugin</artifactId> |
Singal, Kapil (ks220y) | 341db21 | 2019-11-22 18:06:08 -0500 | [diff] [blame] | 330 | </plugin> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 331 | </plugins> |
| 332 | </build> |
Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 333 | |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 334 | <profiles> |
| 335 | <profile> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 336 | <id>blackduck</id> |
| 337 | <activation> |
| 338 | <property> |
| 339 | <name>blackduck-scan</name> |
| 340 | </property> |
| 341 | </activation> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 342 | <build> |
| 343 | <plugins> |
| 344 | <plugin> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 345 | <groupId>com.blackducksoftware.integration</groupId> |
| 346 | <artifactId>hub-maven-plugin</artifactId> |
| 347 | <version>1.4.0</version> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 348 | <inherited>false</inherited> |
| 349 | <configuration> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 350 | <hubProjectName>${project.name}</hubProjectName> |
| 351 | <outputDirectory>${project.basedir}</outputDirectory> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 352 | </configuration> |
| 353 | <executions> |
| 354 | <execution> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 355 | <id>create-bdio-file</id> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 356 | <phase>package</phase> |
| 357 | <goals> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 358 | <goal>createHubOutput</goal> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 359 | </goals> |
| 360 | </execution> |
| 361 | </executions> |
| 362 | </plugin> |
| 363 | </plugins> |
| 364 | </build> |
| 365 | </profile> |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 366 | |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 367 | <!-- Profile to format skip validate or execute --> |
| 368 | <profile> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 369 | <id>format</id> |
| 370 | <properties> |
| 371 | <format.skipValidate>true</format.skipValidate> |
| 372 | <format.skipExecute>false</format.skipExecute> |
| 373 | </properties> |
| 374 | </profile> |
Timoney, Dan (dt5972) | dc863f4 | 2019-12-11 12:28:44 -0500 | [diff] [blame] | 375 | <profile> |
| 376 | <id>dependency-list</id> |
| 377 | <build> |
| 378 | <plugins> |
| 379 | <plugin> |
| 380 | <groupId>com.github.ferstl</groupId> |
| 381 | <artifactId>depgraph-maven-plugin</artifactId> |
| 382 | <executions> |
| 383 | <execution> |
| 384 | <phase>validate</phase> |
| 385 | <inherited>false</inherited> |
| 386 | <goals> |
| 387 | <goal>aggregate</goal> |
| 388 | </goals> |
| 389 | </execution> |
| 390 | </executions> |
| 391 | </plugin> |
| 392 | <plugin> |
| 393 | <groupId>org.codehaus.mojo</groupId> |
| 394 | <artifactId>build-helper-maven-plugin</artifactId> |
| 395 | <executions> |
| 396 | <execution> |
| 397 | <id>attach-artifacts</id> |
| 398 | <phase>package</phase> |
| 399 | <inherited>false</inherited> |
| 400 | <goals> |
| 401 | <goal>attach-artifact</goal> |
| 402 | </goals> |
| 403 | <configuration> |
| 404 | <artifacts> |
| 405 | <artifact> |
| 406 | <file>${dependency-list.file}</file> |
| 407 | <type>txt</type> |
| 408 | <classifier>dependencies</classifier> |
| 409 | </artifact> |
| 410 | </artifacts> |
| 411 | </configuration> |
| 412 | </execution> |
| 413 | </executions> |
| 414 | </plugin> |
| 415 | </plugins> |
| 416 | </build> |
| 417 | </profile> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 418 | </profiles> |
Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame] | 419 | </project> |