blob: 797390aa6c7975b91fa9faba617dbb097e1fb888 [file] [log] [blame]
Michal Jagiello8ac3e422020-05-28 10:49:20 +00001<?xml version="1.0" ?>
MukeshKumar1d9546b2020-08-11 09:55:46 +01002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04004 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.onap.oparent</groupId>
7 <artifactId>oparent</artifactId>
seshukm2bcad1c2019-11-02 12:54:19 +05308 <version>2.1.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04009 <relativePath />
10 </parent>
11 <groupId>org.onap.so</groupId>
12 <artifactId>so</artifactId>
13 <packaging>pom</packaging>
seshukmadbd1c42020-08-03 19:23:51 +053014 <version>1.7.1-SNAPSHOT</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040015 <name>so</name>
16 <description>This Maven project is responsible to build and package all child projects - contributions in the MSO project.
ChrisC025301d2017-01-31 11:40:03 +010017 This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB.
18 "mvn clean install -P with-integration-tests -Dintegration-tests-user=root -Dintegration-tests-group=root -Dintegration-tests-db-type=MYSQL"
19 </description>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040020 <organization>
21 <name>ONAP - SO</name>
22 <url>http://www.onap.org/</url>
zm330d05adce2020-05-14 11:36:14 +080023 </organization>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040024 <modules>
25 <module>deployment-configs</module>
26 <module>common</module>
Benjamin, Max4f774ee2020-04-28 15:13:12 -040027 <module>graph-inventory</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040028 <module>mso-catalog-db</module>
29 <module>mso-api-handlers</module>
30 <module>adapters</module>
31 <module>asdc-controller</module>
Boslet, Coryb7c956f2020-07-06 09:58:17 -040032 <module>so-optimization-clients</module>
Boslet, Coryda366372020-07-07 11:46:43 -040033 <module>so-sdn-clients</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040034 <module>bpmn</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040035 <module>cxf-logging</module>
36 <module>so-monitoring</module>
Mnushkin, Dmitry6514e3b2019-10-21 09:25:56 -040037 <module>so-simulator</module>
MukeshKumar1d9546b2020-08-11 09:55:46 +010038 <module>so-etsi-nfvo</module>
Remigiusz Janeczekb02ea7d2020-02-17 10:17:11 +010039 <module>packages</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040040 </modules>
41 <properties>
42 <project.mso.base.folder>.</project.mso.base.folder>
43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
45 <sonar.language>java</sonar.language>
arun chapagain258be882020-08-06 15:44:12 +053046 <java.version>11</java.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040047 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
48 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
Priyadharshini6bafbf42020-02-18 10:52:20 +000049 <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040050 <!--sonar.jacoco.itReportPath>${project.mso.base.folder}/packages/arquillian-unit-tests/target/mso-automated-tests/jacoco-it.exec</sonar.jacoco.itReportPath -->
51 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
52 <sonar.projectVersion>${project.version}</sonar.projectVersion>
53 <sonar.cpd.exclusions>**/*</sonar.cpd.exclusions>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040054 <org.apache.maven.user-settings />
mukesh.paliwal1@huawei.com78d36ba2020-08-18 11:46:39 +053055 <openstack.version>1.7.1</openstack.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040056 <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
57 <originalClassifier>original</originalClassifier>
58 <docker.skip>true</docker.skip>
59 <docker.skip.build>true</docker.skip.build>
60 <docker.skip.push>true</docker.skip.push>
61 <docker.buildArg.project_version>${project.version}</docker.buildArg.project_version>
62 <docker.buildArg.artifact_id>${project.artifactId}</docker.buildArg.artifact_id>
63 <docker.buildArg.docker_repository>${dockerPullRepo}</docker.buildArg.docker_repository>
Benjamin, Max7d6464b2020-01-10 10:16:16 -050064 <enforcer.skip>false</enforcer.skip>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040065 <nexusproxy>https://nexus.onap.org</nexusproxy>
66 <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
67 <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
68 <publicNexusPath>content/repositories/public/</publicNexusPath>
69 <siteNexusPath>content/sites/site/org/onap/so/${project.version}/</siteNexusPath>
Benjamin, Max9868f172020-05-18 16:37:51 -040070 <cxf.version>3.3.3</cxf.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040071 <jax.ws.rs>2.1</jax.ws.rs>
Sangalang, Felix5ed98132019-07-25 10:07:49 -050072 <springboot.version>2.1.5.RELEASE</springboot.version>
Benjamin, Max (mb388a)4209b112021-01-13 12:37:09 -050073 <aaf.version>2.1.21</aaf.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040074 <camunda.springboot.version>3.2.0</camunda.springboot.version>
75 <format.skipValidate>false</format.skipValidate>
76 <format.skipExecute>true</format.skipExecute>
Benjamin, Max5f57d092020-05-13 17:48:03 -040077 <io.fabric8.version>0.33.0</io.fabric8.version>
arun chapagain7ac8b942020-08-10 15:28:02 +053078 <appc.client.version>1.7.2</appc.client.version>
Benjamin, Max9868f172020-05-18 16:37:51 -040079 <bowman.client.version>0.8.0</bowman.client.version>
80 <aaf.cadi.version>2.1.15</aaf.cadi.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040081 </properties>
82 <distributionManagement>
83 <repository>
84 <id>ecomp-releases</id>
85 <url>${nexusproxy}/${releaseNexusPath}</url>
86 </repository>
87 <snapshotRepository>
88 <id>ecomp-snapshots</id>
89 <url>${nexusproxy}/${snapshotNexusPath}</url>
90 </snapshotRepository>
91 <site>
92 <id>ecomp-site</id>
93 <url>dav:${nexusproxy}${siteNexusPath}</url>
94 </site>
95 </distributionManagement>
96 <reporting>
97 <plugins>
98 <plugin>
99 <groupId>org.apache.maven.plugins</groupId>
100 <artifactId>maven-javadoc-plugin</artifactId>
101 <version>2.10.4</version>
102 <configuration>
103 <failOnError>false</failOnError>
104 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
105 <docletArtifact>
106 <groupId>org.umlgraph</groupId>
107 <artifactId>umlgraph</artifactId>
108 <version>5.6</version>
109 </docletArtifact>
110 <additionalparam>-views</additionalparam>
111 <useStandardDocletOptions>true</useStandardDocletOptions>
112 </configuration>
113 </plugin>
114 </plugins>
115 </reporting>
116 <!-- configure build -->
117 <!-- *********************************************************************************************************** -->
118 <!-- Plugins and repositories -->
119 <pluginRepositories>
120 <pluginRepository>
121 <id>central</id>
122 <url>http://repo1.maven.org/maven2</url>
123 </pluginRepository>
124 <pluginRepository>
125 <id>restlet</id>
126 <url>http://maven.restlet.com</url>
127 </pluginRepository>
128 <pluginRepository>
129 <id>ecomp-public</id>
130 <url>${nexusproxy}/${publicNexusPath}</url>
131 <snapshots>
132 <enabled>false</enabled>
133 </snapshots>
134 </pluginRepository>
135 <pluginRepository>
136 <id>ecomp-release</id>
137 <url>${nexusproxy}/${releaseNexusPath}</url>
138 <snapshots>
139 <enabled>false</enabled>
140 </snapshots>
141 </pluginRepository>
142 <pluginRepository>
143 <id>ecomp-snapshots</id>
144 <url>${nexusproxy}/${snapshotNexusPath}</url>
145 <releases>
146 <enabled>false</enabled>
147 </releases>
148 </pluginRepository>
149 </pluginRepositories>
150 <repositories>
151 <repository>
152 <id>ecomp-public</id>
153 <url>https://nexus.onap.org/content/repositories/public/</url>
154 <snapshots>
155 <enabled>false</enabled>
156 </snapshots>
157 </repository>
158 <repository>
159 <id>ecomp-releases</id>
160 <url>https://nexus.onap.org/content/repositories/releases/</url>
161 <snapshots>
162 <enabled>false</enabled>
163 </snapshots>
164 </repository>
165 <repository>
166 <id>ecomp-snapshots</id>
167 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
168 <releases>
169 <enabled>false</enabled>
170 </releases>
171 </repository>
172 <repository>
173 <id>camunda-bpm</id>
174 <url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url>
175 </repository>
176 <repository>
177 <id>camunda-public</id>
178 <url>https://app.camunda.com/nexus/content/groups/public</url>
179 </repository>
180 <repository>
181 <!-- TODO: remove from ONAP environemnt -->
182 <id>onap-releases</id>
183 <url>https://nexus.onap.org/content/repositories/releases/</url>
184 <snapshots>
185 <enabled>false</enabled>
186 </snapshots>
187 </repository>
188 <repository>
189 <!-- TODO: remove from ONAP environemnt -->
190 <id>onap-snapshots</id>
191 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
192 <releases>
193 <enabled>false</enabled>
194 </releases>
195 </repository>
196 </repositories>
197 <!-- *********************************************************************************************************** -->
198 <!-- Build -->
199 <build>
200 <resources>
201 <resource>
202 <directory>src/main/resources</directory>
203 <filtering>true</filtering>
204 </resource>
205 <resource>
206 <directory>target/generated-sources/license</directory>
207 <includes>
208 <include>third-party-licenses.txt</include>
209 </includes>
210 </resource>
211 <resource>
212 <directory>target/generated-resources/licenses</directory>
213 <includes>
214 <include>*.*</include>
215 </includes>
216 <targetPath>third-party-licenses</targetPath>
217 </resource>
218 </resources>
219 <plugins>
Benjamin, Max9868f172020-05-18 16:37:51 -0400220 <!-- <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId>
221 <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl>
222 <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId>
223 </configuration> </plugin> -->
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400224 <plugin>
225 <groupId>org.apache.maven.plugins</groupId>
226 <artifactId>maven-deploy-plugin</artifactId>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400227 <version>2.8</version>
228 <!-- This version supports the "deployAtEnd" parameter -->
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400229 <configuration>
230 <skip />
231 </configuration>
232 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400233 <plugin>
234 <groupId>org.apache.maven.plugins</groupId>
235 <artifactId>maven-compiler-plugin</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400236 <version>3.8.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400237 <configuration>
238 <debug>true</debug>
239 <compilerArgument>-Xlint</compilerArgument>
240 <verbose>true</verbose>
241 <showDeprecation>true</showDeprecation>
242 <showWarnings>true</showWarnings>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400243 <compilerArgs>
244 <arg>-parameters</arg>
245 </compilerArgs>
Benjamin, Maxa5de2db2020-08-07 11:36:18 -0400246 <forceJavacCompilerUse>true</forceJavacCompilerUse>
247 <source>11</source>
248 <target>11</target>
249 <release>11</release>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400250 </configuration>
251 </plugin>
252 <plugin>
253 <groupId>org.apache.maven.plugins</groupId>
254 <artifactId>maven-ejb-plugin</artifactId>
255 <version>2.2.1</version>
256 <configuration>
257 <ejbVersion>3.0</ejbVersion>
258 <archive>
259 <manifest>
260 <addClasspath>true</addClasspath>
261 </manifest>
262 </archive>
263 </configuration>
264 </plugin>
265 <plugin>
266 <groupId>org.apache.maven.plugins</groupId>
267 <artifactId>maven-checkstyle-plugin</artifactId>
268 <version>2.17</version>
269 <configuration>
270 <skip>true</skip>
271 <includes>**/org/openecomp/**/*.java</includes>
272 <configLocation>/google_checks.xml</configLocation>
273 </configuration>
274 </plugin>
275 <plugin>
276 <groupId>org.codehaus.mojo</groupId>
277 <artifactId>findbugs-maven-plugin</artifactId>
278 <version>2.5.2</version>
279 <configuration>
280 <includeFilterFile>project-configs/code-tools/findbugs_include_filter.xml</includeFilterFile>
281 <nested>true</nested>
282 <findbugsXmlOutput>true</findbugsXmlOutput>
283 <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
284 <xmlOutput>true</xmlOutput>
285 </configuration>
286 </plugin>
287 <plugin>
288 <groupId>org.codehaus.mojo</groupId>
289 <artifactId>sonar-maven-plugin</artifactId>
290 <version>5.1</version>
291 </plugin>
292 <plugin>
293 <artifactId>maven-scm-plugin</artifactId>
294 <version>1.8.1</version>
295 <configuration>
296 <tag>${project.artifactId}-${project.version}</tag>
297 </configuration>
298 </plugin>
299 <plugin>
300 <groupId>org.apache.maven.plugins</groupId>
301 <artifactId>maven-javadoc-plugin</artifactId>
302 <version>2.9</version>
303 </plugin>
304 <plugin>
305 <groupId>org.apache.maven.plugins</groupId>
306 <artifactId>maven-site-plugin</artifactId>
307 <version>3.6</version>
308 <dependencies>
309 <dependency>
310 <groupId>org.apache.maven.wagon</groupId>
311 <artifactId>wagon-webdav-jackrabbit</artifactId>
312 <version>2.10</version>
313 </dependency>
314 </dependencies>
315 </plugin>
316 <plugin>
317 <groupId>org.codehaus.mojo</groupId>
318 <artifactId>cobertura-maven-plugin</artifactId>
319 <version>2.5.2</version>
320 <configuration>
321 <formats>
322 <format>xml</format>
323 </formats>
324 </configuration>
325 </plugin>
326 <plugin>
327 <groupId>org.codehaus.mojo</groupId>
328 <artifactId>versions-maven-plugin</artifactId>
329 <version>1.3.1</version>
330 </plugin>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400331
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400332 <plugin>
333 <groupId>com.fortify.ps.maven.plugin</groupId>
334 <artifactId>sca-maven-plugin</artifactId>
335 <version>4.20</version>
336 <configuration>
337 <buildId>mso-${project.version}</buildId>
arun chapagain258be882020-08-06 15:44:12 +0530338 <source>${java.version}</source>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400339 </configuration>
340 </plugin>
341 <plugin>
tragait1ae4a562019-10-21 14:26:08 -0400342 <groupId>org.jacoco</groupId>
343 <artifactId>jacoco-maven-plugin</artifactId>
tragait1ae4a562019-10-21 14:26:08 -0400344 <executions>
345 <execution>
346 <id>prepare-agent</id>
347 <goals>
348 <goal>prepare-agent</goal>
349 </goals>
350 </execution>
351 <execution>
352 <id>report</id>
353 <goals>
354 <goal>report</goal>
355 </goals>
356 <configuration>
357 <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
358 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
359 </configuration>
360 </execution>
361 </executions>
362 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400363 <plugin>
364 <groupId>org.codehaus.mojo</groupId>
365 <artifactId>license-maven-plugin</artifactId>
366 <version>1.15</version>
367 <configuration>
368 <inceptionYear>2017</inceptionYear>
369 <projectName>ONAP - SO</projectName>
370 <licenseName>apache_v2</licenseName>
371 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
372 <emptyLineAfterHeader>true</emptyLineAfterHeader>
373 <trimHeaderLine>true</trimHeaderLine>
374 <processStartTag>============LICENSE_START=======================================================</processStartTag>
375 <sectionDelimiter>================================================================================</sectionDelimiter>
376 <processEndTag>============LICENSE_END=========================================================</processEndTag>
377 <includes>
378 <include>**/*.java</include>
379 <include>**/*.groovy</include>
380 </includes>
381 <excludes>
382 <exclude>**/com/att/**</exclude>
383 </excludes>
384 </configuration>
385 <executions>
386 <execution>
387 <id>verify-headers</id>
388 <goals>
389 <goal>check-file-header</goal>
390 </goals>
391 <configuration>
392 <failOnNotUptodateHeader>true</failOnNotUptodateHeader>
393 <failOnMissingHeader>true</failOnMissingHeader>
394 </configuration>
395 </execution>
396 </executions>
397 </plugin>
398 <plugin>
399 <groupId>org.codehaus.gmaven</groupId>
400 <artifactId>groovy-maven-plugin</artifactId>
401 <version>2.0</version>
402 <executions>
403 <!-- set absolute base path from super pom -->
404 <execution>
405 <id>find-basepath</id>
406 <phase>validate</phase>
407 <goals>
408 <goal>execute</goal>
409 </goals>
410 <configuration>
411 <source>
412 <![CDATA[
413 import java.io.File;
414 log.info('## define projects super pom absolute path through basepath_marker')
415 String p = "basepath_marker";
416 File f = null;
417 if( p != null ) {
418 def _max_child_poms = 0
419 while( _max_child_poms++ < 5 ) {
420 f = new File( p );
421 if( f.exists() ) {
422 break;
423 }
424 p = "../" + p;
425 }
426 }
427 if( f != null ) {
428 String basePath = f.getCanonicalPath();
429 basePath = basePath.substring( 0, basePath.lastIndexOf( File.separator ) );
430 project.properties['base-path'] = basePath.replace( '\\' , '/');
431 log.info(' - used base path = ' + project.properties['base-path'] );
432 } else {
433 log.error( 'Could not find basepath_marker marker file!' );
434 System.stop( 0 );
435 }
436 ]]>
437 </source>
438 </configuration>
439 </execution>
440 </executions>
441 </plugin>
442 <plugin>
443 <groupId>net.revelc.code.formatter</groupId>
444 <artifactId>formatter-maven-plugin</artifactId>
445 <version>2.9.0</version>
446 <executions>
447 <execution>
448 <id>format-java</id>
449 <goals>
450 <goal>format</goal>
451 </goals>
subhash kumar singhf8750612019-04-19 12:24:00 +0530452 <phase>process-sources</phase>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400453 <configuration>
454 <skip>${format.skipExecute}</skip>
455 <configFile>${base-path}/project-configs/code-tools/onap-eclipse-format.xml</configFile>
456 </configuration>
457 </execution>
458 <execution>
459 <id>format-xml</id>
460 <goals>
461 <goal>format</goal>
462 </goals>
subhash kumar singhf8750612019-04-19 12:24:00 +0530463 <phase>process-sources</phase>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400464 <configuration>
465 <skip>${format.skipExecute}</skip>
466 <sourceDirectory>${project.basedir}</sourceDirectory>
467 <configXmlFile>${base-path}/project-configs/code-tools/pom-format.properties</configXmlFile>
468 <includes>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400469 <include>pom.xml</include>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400470 </includes>
471 </configuration>
472 </execution>
473 <execution>
474 <id>validate-java</id>
475 <goals>
476 <goal>validate</goal>
477 </goals>
478 <configuration>
479 <skip>${format.skipValidate}</skip>
480 <configFile>${base-path}/project-configs/code-tools/onap-eclipse-format.xml</configFile>
481 </configuration>
482 </execution>
483 <execution>
484 <id>validate-poms</id>
485 <goals>
486 <goal>validate</goal>
487 </goals>
488 <configuration>
489 <skip>${format.skipValidate}</skip>
490 <configFile>${base-path}/project-configs/code-tools/pom-format.properties</configFile>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400491 <includes>
492 <include>pom.xml</include>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400493 </includes>
494 </configuration>
495 </execution>
496 </executions>
497 <dependencies>
498 <dependency>
499 <groupId>com.fasterxml.jackson.core</groupId>
500 <artifactId>jackson-annotations</artifactId>
501 <version>2.9.8</version>
502 </dependency>
503 </dependencies>
504 </plugin>
Benjamin, Max7d6464b2020-01-10 10:16:16 -0500505 <plugin>
506 <groupId>org.apache.maven.plugins</groupId>
507 <artifactId>maven-enforcer-plugin</artifactId>
508 <version>3.0.0-M3</version>
509 <executions>
510 <execution>
kjaniak48fbeba2019-12-19 13:08:05 +0100511 <id>enforce-property</id>
512 <configuration>
513 <skip>true</skip>
514 </configuration>
Benjamin, Max7d6464b2020-01-10 10:16:16 -0500515 </execution>
516 <execution>
kjaniak48fbeba2019-12-19 13:08:05 +0100517 <id>enforce-no-snapshots</id>
518 <configuration>
519 <skip>true</skip>
520 </configuration>
Benjamin, Max7d6464b2020-01-10 10:16:16 -0500521 </execution>
522 <execution>
523 <id>enforce-banned-dependencies</id>
524 <goals>
525 <goal>enforce</goal>
526 </goals>
527 <configuration>
528 <rules>
529 <bannedDependencies>
530 <excludes>
531 <exclude>org.powermock</exclude>
532 </excludes>
533 <searchTransitive>false</searchTransitive>
534 </bannedDependencies>
535 </rules>
536 <fail>true</fail>
537 </configuration>
538 </execution>
539 </executions>
540 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400541 </plugins>
542 <pluginManagement>
543 <plugins>
Benjamin, Max71d87a32020-06-24 10:44:53 -0400544 <plugin>
Boslet, Coryf5c3da82020-05-20 11:39:21 -0400545 <groupId>org.eclipse.m2e</groupId>
546 <artifactId>lifecycle-mapping</artifactId>
547 <version>1.0.0</version>
548 <configuration>
549 <lifecycleMappingMetadata>
550 <pluginExecutions>
551 <pluginExecution>
552 <pluginExecutionFilter>
553 <groupId>org.apache.maven.plugins</groupId>
554 <artifactId>maven-checkstyle-plugin</artifactId>
555 <versionRange>[1.0.0,)</versionRange>
556 <goals>
557 <goal>check</goal>
558 </goals>
559 </pluginExecutionFilter>
560 <action>
561 <execute />
562 </action>
563 </pluginExecution>
Benjamin, Max71d87a32020-06-24 10:44:53 -0400564 <pluginExecution>
Boslet, Coryf5c3da82020-05-20 11:39:21 -0400565 <pluginExecutionFilter>
566 <groupId>org.codehaus.gmaven</groupId>
567 <artifactId>groovy-maven-plugin</artifactId>
568 <versionRange>[1.0.0,)</versionRange>
569 <goals>
570 <goal>execute</goal>
571 </goals>
572 </pluginExecutionFilter>
573 <action>
574 <execute />
575 </action>
576 </pluginExecution>
577 </pluginExecutions>
578 </lifecycleMappingMetadata>
579 </configuration>
580 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400581 <plugin>
582 <groupId>io.fabric8</groupId>
Benjamin, Max5f57d092020-05-13 17:48:03 -0400583 <artifactId>docker-maven-plugin</artifactId>
Benjamin, Max (mb388a)1a592b92019-06-17 10:51:08 -0400584 <version>${io.fabric8.version}</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400585 <configuration>
586 <skip>${docker.skip}</skip>
587 <skipBuild>${docker.skip.build}</skipBuild>
588 <skipPush>${docker.skip.push}</skipPush>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400589 <dockerHost>${docker.newHost}</dockerHost>
Benjamin, Max9868f172020-05-18 16:37:51 -0400590 <!-- 1. Update address to your local docker VM. 2. Add IP to
591 your NO_PROXY environment variable -->
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400592 <certPath>${docker.host.cert.path}</certPath>
Benjamin, Max9868f172020-05-18 16:37:51 -0400593 <!-- Add -Ddocker.host.cert.pat="path to your local certs directory"
594 to maven build command -->
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400595 <pushRegistry>${dockerPushRepo}</pushRegistry>
Benjamin, Max9868f172020-05-18 16:37:51 -0400596 <!-- Update .m2/settings.xml Add server id settings.dockerRepository,
597 username, and password -->
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400598 <pullRegistry>${dockerPullRepo}</pullRegistry>
Benjamin, Max9868f172020-05-18 16:37:51 -0400599 <!-- If docker repo is not public. Update .m2/settings.xml Add
600 server id settings.dockerRepository, username, and password -->
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400601 <images>
602 <image>
603 <alias>service</alias>
waqas.ikram12bfb7b2020-04-08 15:48:21 +0100604 <name>${project.artifactId}:${project.version}</name>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400605 <build>
606 <dockerFileDir>${project.build.directory}</dockerFileDir>
607 </build>
608 </image>
609 </images>
610 </configuration>
611 <executions>
612 <execution>
613 <id>start</id>
614 <goals>
615 <goal>build</goal>
616 <goal>push</goal>
617 </goals>
618 </execution>
619 </executions>
620 </plugin>
621 <plugin>
622 <groupId>org.apache.maven.plugins</groupId>
623 <artifactId>maven-surefire-plugin</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400624 <version>2.22.2</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400625 <configuration>
626 <systemPropertyVariables>
627 <so.log.level>DEBUG</so.log.level>
628 </systemPropertyVariables>
629 <rerunFailingTestsCount>2</rerunFailingTestsCount>
630 <parallel>classes</parallel>
631 <useUnlimitedThreads>false</useUnlimitedThreads>
632 <threadCount>1</threadCount>
633 </configuration>
634 </plugin>
635 <plugin>
636 <groupId>org.apache.maven.plugins</groupId>
637 <artifactId>maven-failsafe-plugin</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400638 <version>2.22.2</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400639 <configuration>
640 <skip>true</skip>
641 <systemPropertyVariables>
642 <so.log.level>DEBUG</so.log.level>
643 </systemPropertyVariables>
644 <rerunFailingTestsCount>2</rerunFailingTestsCount>
645 </configuration>
646 </plugin>
647 <plugin>
648 <groupId>org.apache.maven.plugins</groupId>
649 <artifactId>maven-dependency-plugin</artifactId>
650 <executions>
651 <execution>
652 <id>extract-docker-file</id>
653 <goals>
654 <goal>unpack</goal>
655 </goals>
656 <configuration>
Benjamin, Max2dbbd782020-06-02 23:18:13 -0400657 <skip>true</skip>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400658 <artifactItems>
659 <artifactItem>
660 <groupId>org.onap.so</groupId>
661 <artifactId>deployment-configs</artifactId>
662 <version>${project.version}</version>
663 <outputDirectory>${project.build.directory}</outputDirectory>
664 <includes>*,scripts/**,certs/**, logger/*.xml</includes>
665 <excludes>Kubernetes</excludes>
666 </artifactItem>
667 </artifactItems>
668 </configuration>
669 </execution>
670 </executions>
671 </plugin>
672 <plugin>
673 <groupId>org.apache.maven.plugins</groupId>
674 <artifactId>maven-jar-plugin</artifactId>
675 <version>3.0.2</version>
676 <executions>
677 <execution>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400678 <id>original</id>
Benjamin, Max2dbbd782020-06-02 23:18:13 -0400679 <phase>none</phase>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400680 <goals>
681 <goal>jar</goal>
682 </goals>
683 <configuration>
684 <classifier>${originalClassifier}</classifier>
685 <includes>
686 <include>**</include>
687 </includes>
688 </configuration>
689 </execution>
690 </executions>
691 </plugin>
692 <plugin>
693 <groupId>org.springframework.boot</groupId>
694 <artifactId>spring-boot-maven-plugin</artifactId>
695 <version>${springboot.version}</version>
696 <executions>
697 <execution>
698 <id>build-info</id>
699 <goals>
700 <goal>build-info</goal>
701 </goals>
702 </execution>
703 </executions>
704 </plugin>
705 </plugins>
706 </pluginManagement>
707 </build>
708 <!-- *********************************************************************************************************** -->
709 <!-- Dependencies -->
710 <dependencies>
Bhatt, Premaae9a2bd2019-09-17 08:08:12 -0400711 <dependency>
712 <groupId>org.onap.logging-analytics</groupId>
713 <artifactId>logging-slf4j</artifactId>
Bhatt, Premaae9a2bd2019-09-17 08:08:12 -0400714 </dependency>
Plummer, Brittany2ede5f02019-09-10 11:29:42 -0400715 <dependency>
716 <groupId>org.onap.logging-analytics</groupId>
717 <artifactId>logging-filter-base</artifactId>
Plummer, Brittany2ede5f02019-09-10 11:29:42 -0400718 </dependency>
719 <dependency>
720 <groupId>org.onap.logging-analytics</groupId>
721 <artifactId>logging-filter-spring</artifactId>
Plummer, Brittany2ede5f02019-09-10 11:29:42 -0400722 </dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400723 <dependency>
724 <groupId>com.fasterxml.jackson.core</groupId>
725 <artifactId>jackson-core</artifactId>
726 </dependency>
727 <dependency>
728 <groupId>com.fasterxml.jackson.module</groupId>
729 <artifactId>jackson-module-jaxb-annotations</artifactId>
730 </dependency>
731 <dependency>
732 <groupId>com.fasterxml.jackson.core</groupId>
733 <artifactId>jackson-databind</artifactId>
734 </dependency>
735 <dependency>
736 <groupId>com.fasterxml.jackson.core</groupId>
737 <artifactId>jackson-annotations</artifactId>
738 </dependency>
739 <dependency>
740 <groupId>com.fasterxml.jackson.jaxrs</groupId>
741 <artifactId>jackson-jaxrs-base</artifactId>
742 </dependency>
743 <dependency>
744 <groupId>com.fasterxml.jackson.jaxrs</groupId>
745 <artifactId>jackson-jaxrs-json-provider</artifactId>
746 </dependency>
747 <dependency>
748 <groupId>javax.ws.rs</groupId>
749 <artifactId>javax.ws.rs-api</artifactId>
750 <version>${jax.ws.rs}</version>
751 </dependency>
752 <dependency>
753 <groupId>javax.annotation</groupId>
754 <artifactId>javax.annotation-api</artifactId>
755 <version>1.3.1</version>
756 </dependency>
757 <dependency>
758 <groupId>javax.inject</groupId>
759 <artifactId>javax.inject</artifactId>
760 <version>1</version>
761 </dependency>
762 <dependency>
763 <groupId>org.mockito</groupId>
764 <artifactId>mockito-core</artifactId>
765 </dependency>
766 <dependency>
767 <groupId>org.hamcrest</groupId>
768 <artifactId>hamcrest-core</artifactId>
769 </dependency>
770 <dependency>
771 <groupId>org.hamcrest</groupId>
772 <artifactId>hamcrest-library</artifactId>
773 </dependency>
774 <dependency>
775 <groupId>junit</groupId>
776 <artifactId>junit</artifactId>
777 <scope>test</scope>
778 </dependency>
779 <dependency>
780 <groupId>xmlunit</groupId>
781 <artifactId>xmlunit</artifactId>
782 <version>1.6</version>
783 <scope>test</scope>
784 </dependency>
785 <dependency>
786 <groupId>com.github.tomakehurst</groupId>
787 <artifactId>wiremock-standalone</artifactId>
788 <version>2.13.0</version>
789 <scope>test</scope>
790 <exclusions>
791 <exclusion>
792 <groupId>org.mortbay.jetty</groupId>
793 <artifactId>jetty</artifactId>
794 </exclusion>
795 <exclusion>
796 <groupId>com.google.guava</groupId>
797 <artifactId>guava</artifactId>
798 </exclusion>
799 <exclusion>
800 <groupId>com.fasterxml.jackson.core</groupId>
801 <artifactId>jackson-core</artifactId>
802 </exclusion>
803 <exclusion>
804 <groupId>com.fasterxml.jackson.core</groupId>
805 <artifactId>jackson-annotations</artifactId>
806 </exclusion>
807 <exclusion>
808 <groupId>com.fasterxml.jackson.core</groupId>
809 <artifactId>jackson-databind</artifactId>
810 </exclusion>
811 <exclusion>
812 <groupId>org.apache.httpcomponents</groupId>
813 <artifactId>httpclient</artifactId>
814 </exclusion>
815 <exclusion>
816 <groupId>org.skyscreamer</groupId>
817 <artifactId>jsonassert</artifactId>
818 </exclusion>
819 <exclusion>
820 <groupId>xmlunit</groupId>
821 <artifactId>xmlunit</artifactId>
822 </exclusion>
823 <exclusion>
824 <groupId>com.jayway.jsonpath</groupId>
825 <artifactId>json-path</artifactId>
826 </exclusion>
827 <exclusion>
828 <groupId>net.sf.jopt-simple</groupId>
829 <artifactId>jopt-simple</artifactId>
830 </exclusion>
831 </exclusions>
832 </dependency>
833 <dependency>
834 <groupId>com.openpojo</groupId>
835 <artifactId>openpojo</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400836 <version>0.8.13</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400837 </dependency>
838 <dependency>
839 <groupId>com.shazam</groupId>
840 <artifactId>shazamcrest</artifactId>
841 <version>0.11</version>
842 <scope>test</scope>
843 <exclusions>
844 <exclusion>
845 <groupId>com.google.guava</groupId>
846 <artifactId>guava</artifactId>
847 </exclusion>
848 <exclusion>
849 <groupId>org.apache.commons</groupId>
850 <artifactId>commons-lang3</artifactId>
851 </exclusion>
852 </exclusions>
853 </dependency>
854 <dependency>
855 <groupId>org.assertj</groupId>
856 <artifactId>assertj-core</artifactId>
857 <version>3.11.1</version>
858 <scope>test</scope>
859 </dependency>
860 <dependency>
Benjamin, Max9868f172020-05-18 16:37:51 -0400861 <groupId>org.ow2.asm</groupId>
862 <artifactId>asm</artifactId>
863 <version>7.0</version>
864 <scope>test</scope>
865 </dependency>
866 <dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400867 <groupId>com.googlecode.junit-toolbox</groupId>
868 <artifactId>junit-toolbox</artifactId>
869 <version>2.4</version>
870 </dependency>
871 </dependencies>
872 <dependencyManagement>
873 <dependencies>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400874 <dependency>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400875 <groupId>org.onap.logging-analytics</groupId>
876 <artifactId>logging-slf4j</artifactId>
Benjamin, Max93198c22021-01-11 12:24:35 -0500877 <version>1.6.9-SNAPSHOT</version>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400878 </dependency>
879 <dependency>
880 <groupId>org.onap.logging-analytics</groupId>
881 <artifactId>logging-filter-base</artifactId>
Benjamin, Max93198c22021-01-11 12:24:35 -0500882 <version>1.6.9-SNAPSHOT</version>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400883 </dependency>
884 <dependency>
885 <groupId>org.onap.logging-analytics</groupId>
886 <artifactId>logging-filter-spring</artifactId>
Benjamin, Max93198c22021-01-11 12:24:35 -0500887 <version>1.6.9-SNAPSHOT</version>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400888 </dependency>
889 <dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400890 <groupId>org.apache.httpcomponents</groupId>
891 <artifactId>httpcore</artifactId>
892 <version>4.4.4</version>
893 <scope>compile</scope>
894 </dependency>
895 <dependency>
896 <groupId>commons-codec</groupId>
897 <artifactId>commons-codec</artifactId>
Sangalang, Felix785fab52019-06-21 10:46:38 -0400898 <version>1.12</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400899 <scope>compile</scope>
900 </dependency>
901 <dependency>
902 <groupId>commons-io</groupId>
903 <artifactId>commons-io</artifactId>
904 <version>2.5</version>
905 <scope>compile</scope>
906 </dependency>
907 <dependency>
908 <groupId>com.sun.xml.fastinfoset</groupId>
909 <artifactId>FastInfoset</artifactId>
910 <version>1.2.13</version>
911 <scope>compile</scope>
912 </dependency>
913 <dependency>
914 <groupId>org.springframework.boot</groupId>
915 <artifactId>spring-boot-dependencies</artifactId>
916 <version>${springboot.version}</version>
917 <type>pom</type>
918 <scope>import</scope>
919 </dependency>
920 <dependency>
921 <groupId>org.yaml</groupId>
922 <artifactId>snakeyaml</artifactId>
deepikasatheeshf70e8de2020-07-29 22:53:54 -0700923 <version>1.26</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400924 </dependency>
925 <dependency>
926 <groupId>javax.interceptor</groupId>
927 <artifactId>javax.interceptor-api</artifactId>
928 <version>1.2.2</version>
929 </dependency>
930 <dependency>
931 <groupId>org.springframework.boot</groupId>
932 <artifactId>spring-boot-starter-test</artifactId>
933 <version>${springboot.version}</version>
934 <exclusions>
935 <exclusion>
936 <groupId>com.vaadin.external.google</groupId>
937 <artifactId>android-json</artifactId>
938 </exclusion>
939 </exclusions>
940 </dependency>
941 <dependency>
942 <groupId>net.javacrumbs.shedlock</groupId>
943 <artifactId>shedlock-spring</artifactId>
Smokowski, Steven2e0f12e2019-12-03 07:51:11 -0500944 <version>4.0.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400945 </dependency>
946 <dependency>
947 <groupId>net.javacrumbs.shedlock</groupId>
948 <artifactId>shedlock-provider-jdbc-template</artifactId>
Smokowski, Steven2e0f12e2019-12-03 07:51:11 -0500949 <version>4.0.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400950 </dependency>
951 <dependency>
952 <groupId>org.flywaydb</groupId>
953 <artifactId>flyway-core</artifactId>
Sangalang, Felix5ed98132019-07-25 10:07:49 -0500954 <version>5.2.4</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400955 </dependency>
956 <dependency>
957 <groupId>org.json</groupId>
958 <artifactId>json</artifactId>
959 <version>20140107</version>
960 </dependency>
Boslet, Coryfd2aba22020-05-08 14:58:31 -0400961 <dependency>
962 <groupId>org.onap.aai.schema-service</groupId>
963 <artifactId>aai-schema</artifactId>
Benjamin, Max (mb388a)bdd94b12021-01-06 15:38:37 -0500964 <version>1.8.1</version>
Boslet, Coryfd2aba22020-05-08 14:58:31 -0400965 </dependency>
Benjamin, Max (mb388a)733c4602020-10-08 15:31:17 -0400966 <dependency>
Benjamin, Max23f8d802020-10-16 13:18:43 -0400967 <groupId>org.apache.cxf</groupId>
968 <artifactId>cxf-rt-rs-client</artifactId>
969 <version>${cxf.version}</version>
970 <exclusions>
971 <exclusion>
972 <groupId>org.jboss.spec.javax.rmi</groupId>
973 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
974 </exclusion>
975 </exclusions>
976 </dependency>
977 <dependency>
978 <groupId>org.apache.cxf</groupId>
979 <artifactId>cxf-rt-bindings-soap</artifactId>
980 <version>${cxf.version}</version>
981 <exclusions>
982 <exclusion>
983 <groupId>org.jboss.spec.javax.rmi</groupId>
984 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
985 </exclusion>
986 </exclusions>
987 </dependency>
988 <dependency>
989 <groupId>org.apache.cxf</groupId>
990 <artifactId>cxf-rt-transports-http</artifactId>
991 <version>${cxf.version}</version>
992 <exclusions>
993 <exclusion>
994 <groupId>org.jboss.spec.javax.rmi</groupId>
995 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
996 </exclusion>
997 </exclusions>
998 </dependency>
999 <dependency>
1000 <groupId>org.apache.cxf</groupId>
1001 <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
1002 <version>${cxf.version}</version>
1003 <exclusions>
1004 <exclusion>
1005 <groupId>org.jboss.spec.javax.rmi</groupId>
1006 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1007 </exclusion>
1008 </exclusions>
1009 </dependency>
1010 <dependency>
1011 <groupId>org.apache.cxf</groupId>
1012 <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
1013 <version>${cxf.version}</version>
1014 <exclusions>
1015 <exclusion>
1016 <groupId>org.jboss.spec.javax.rmi</groupId>
1017 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1018 </exclusion>
1019 </exclusions>
1020 </dependency>
1021 <dependency>
1022 <groupId>org.apache.cxf</groupId>
1023 <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
1024 <version>${cxf.version}</version>
1025 <exclusions>
1026 <exclusion>
1027 <groupId>org.jboss.spec.javax.rmi</groupId>
1028 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1029 </exclusion>
1030 </exclusions>
1031 </dependency>
Benjamin, Max (mb388a)4209b112021-01-13 12:37:09 -05001032 <dependency>
Benjamin, Max (mb388a)b8b04642021-01-23 16:07:59 -05001033 <groupId>org.apache.cxf</groupId>
1034 <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
1035 <version>${cxf.version}</version>
1036 <exclusions>
1037 <exclusion>
1038 <groupId>org.jboss.spec.javax.rmi</groupId>
1039 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1040 </exclusion>
1041 </exclusions>
1042 </dependency>
1043 <dependency>
Benjamin, Max (mb388a)4209b112021-01-13 12:37:09 -05001044 <groupId>org.onap.aaf.authz</groupId>
1045 <artifactId>aaf-cadi-client</artifactId>
1046 <version>${aaf.version}</version>
1047 </dependency>
1048 <dependency>
1049 <groupId>org.onap.aaf.authz</groupId>
1050 <artifactId>aaf-cadi-aaf</artifactId>
1051 <version>${aaf.version}</version>
1052 <exclusions>
1053 <exclusion>
1054 <groupId>javax.servlet</groupId>
1055 <artifactId>servlet-api</artifactId>
1056 </exclusion>
1057 <exclusion>
1058 <groupId>log4j</groupId>
1059 <artifactId>log4j</artifactId>
1060 </exclusion>
1061 </exclusions>
1062 </dependency>
1063 <dependency>
1064 <groupId>org.onap.aaf.authz</groupId>
1065 <artifactId>aaf-auth-client</artifactId>
1066 <version>${aaf.version}</version>
1067 <scope>runtime</scope>
1068 </dependency>
1069 <dependency>
1070 <groupId>org.onap.aaf.authz</groupId>
1071 <artifactId>aaf-misc-env</artifactId>
1072 <version>${aaf.version}</version>
1073 <scope>runtime</scope>
1074 </dependency>
1075 <dependency>
1076 <groupId>org.onap.aaf.authz</groupId>
1077 <artifactId>aaf-misc-rosetta</artifactId>
1078 <version>${aaf.version}</version>
1079 <scope>runtime</scope>
1080 </dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04001081 </dependencies>
1082 </dependencyManagement>
1083 <profiles>
1084 <profile>
1085 <id>docker-image-build</id>
1086 <properties>
1087 <docker.skip>false</docker.skip>
1088 <docker.skip.build>false</docker.skip.build>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04001089 </properties>
1090 </profile>
1091 <profile>
1092 <id>docker-image-build-push</id>
1093 <properties>
1094 <docker.skip>false</docker.skip>
1095 <docker.skip.build>false</docker.skip.build>
1096 <docker.skip.push>false</docker.skip.push>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04001097 </properties>
1098 </profile>
1099 <profile>
1100 <id>format</id>
1101 <properties>
1102 <format.skipValidate>true</format.skipValidate>
1103 <format.skipExecute>false</format.skipExecute>
1104 </properties>
1105 </profile>
1106 <profile>
1107 <id>m2e</id>
1108 <activation>
1109 <property>
1110 <name>m2e.version</name>
1111 </property>
1112 </activation>
1113 <properties>
1114 <originalClassifier />
1115 </properties>
1116 </profile>
1117 </profiles>
Benjamin, Maxa5de2db2020-08-07 11:36:18 -04001118</project>