File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 28
28
<packaging >pom</packaging >
29
29
30
30
<name >SmallRye Fault Tolerance: Parent</name >
31
- <url >http ://smallrye.io</url >
31
+ <url >https ://smallrye.io</url >
32
32
33
33
<properties >
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
79
79
<version .jacoco-maven-plugin>0.8.12</version .jacoco-maven-plugin>
80
80
<version .pitest-maven>1.16.1</version .pitest-maven>
81
81
<version .pitest-junit5-plugin>1.2.1</version .pitest-junit5-plugin>
82
+ <version .sundrio>0.201.0</version .sundrio>
82
83
83
84
<sonar .coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
84
85
</properties >
414
415
</dependency >
415
416
</dependencies >
416
417
</dependencyManagement >
417
-
418
+ <build >
419
+ <plugins >
420
+ <plugin >
421
+ <groupId >io.sundr</groupId >
422
+ <artifactId >sundr-maven-plugin</artifactId >
423
+ <version >${version.sundrio} </version >
424
+ <executions >
425
+ <execution >
426
+ <goals >
427
+ <goal >generate-bom</goal >
428
+ </goals >
429
+ <configuration >
430
+ <boms >
431
+ <bom >
432
+ <artifactId >smallrye-fault-tolerance-bom</artifactId >
433
+ <name >Smallrye Fault Tolerance: BOM</name >
434
+ <description >Centralized dependencyManagement for the SmallRye Fault Tolerance Project</description >
435
+ <modules >
436
+ <excludes >
437
+ <exclude >io.smallrye:smallrye-fault-tolerance-tck</exclude >
438
+ <exclude >io.smallrye:smallrye-fault-tolerance-testsuite*</exclude >
439
+ </excludes >
440
+ </modules >
441
+ </bom >
442
+ </boms >
443
+ </configuration >
444
+ </execution >
445
+ </executions >
446
+ </plugin >
447
+ </plugins >
448
+ </build >
418
449
<profiles >
419
450
<profile >
420
451
<id >not-release</id >
You can’t perform that action at this time.
0 commit comments