|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.maven</groupId> |
27 | 27 | <artifactId>io.wcm.maven.global-parent</artifactId> |
28 | | - <version>33</version> |
| 28 | + <version>37</version> |
29 | 29 | <relativePath /> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops</groupId> |
33 | 33 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
34 | | - <version>1.2.4</version> |
| 34 | + <version>1.2.6</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>Toplevel Parent</name> |
|
57 | 57 | <url>https://wcm-io.atlassian.net/browse/</url> |
58 | 58 | </issueManagement> |
59 | 59 |
|
60 | | - <ciManagement> |
61 | | - <system>Travis CI</system> |
62 | | - <url>https://travis-ci.org/wcm-io-devops</url> |
63 | | - </ciManagement> |
64 | | - |
65 | 60 | <developers> |
66 | 61 | <developer> |
67 | 62 | <name>wcm.io Community</name> |
|
87 | 82 | <site.url.module.prefix>tooling/parent_toplevel</site.url.module.prefix> |
88 | 83 | <site.url>https://devops.wcm.io</site.url> |
89 | 84 | <site.deploy.id>ssh-wcm.io</site.deploy.id> |
90 | | - <site.deploy.url /> |
| 85 | + <site.deploy.url>scm:git:https://github.com/wcm-io-devops/wcm-io-devops.github.io.git</site.deploy.url> |
91 | 86 |
|
92 | 87 | </properties> |
93 | 88 |
|
94 | 89 | <dependencies> |
95 | | - |
| 90 | + |
96 | 91 | <!-- Recommended global dependency for nullability annotations --> |
97 | 92 | <dependency> |
98 | 93 | <groupId>org.jetbrains</groupId> |
|
123 | 118 | <artifactId>mockito-junit-jupiter</artifactId> |
124 | 119 | <scope>test</scope> |
125 | 120 | </dependency> |
126 | | - <dependency> |
127 | | - <groupId>org.junit.jupiter</groupId> |
128 | | - <artifactId>junit-jupiter</artifactId> |
129 | | - <scope>test</scope> |
130 | | - </dependency> |
| 121 | + <dependency> |
| 122 | + <groupId>org.junit.jupiter</groupId> |
| 123 | + <artifactId>junit-jupiter</artifactId> |
| 124 | + <scope>test</scope> |
| 125 | + </dependency> |
131 | 126 |
|
132 | 127 | </dependencies> |
133 | 128 | <dependencyManagement> |
|
291 | 286 | <groupId>org.apache.maven.plugins</groupId> |
292 | 287 | <artifactId>maven-javadoc-plugin</artifactId> |
293 | 288 | <configuration> |
294 | | - <excludePackageNames>*.impl</excludePackageNames> |
| 289 | + <excludePackageNames>*.impl:*.impl.*</excludePackageNames> |
| 290 | + <notimestamp>true</notimestamp> |
295 | 291 | </configuration> |
296 | 292 | </plugin> |
297 | 293 |
|
|
346 | 342 | </configuration> |
347 | 343 | </plugin> |
348 | 344 |
|
| 345 | + <plugin> |
| 346 | + <groupId>org.jacoco</groupId> |
| 347 | + <artifactId>jacoco-maven-plugin</artifactId> |
| 348 | + <reportSets> |
| 349 | + <reportSet> |
| 350 | + <reports> |
| 351 | + <!-- select non-aggregate reports --> |
| 352 | + <report>report</report> |
| 353 | + </reports> |
| 354 | + </reportSet> |
| 355 | + </reportSets> |
| 356 | + </plugin> |
| 357 | + |
349 | 358 | </plugins> |
350 | 359 | </reporting> |
351 | 360 |
|
|
398 | 407 | <site> |
399 | 408 | <id>${site.deploy.id}</id> |
400 | 409 | <name>Maven Site Deployment</name> |
401 | | - <url>${site.deploy.url}${site.url.module.prefix}</url> |
| 410 | + <url>${site.deploy.url}/${site.url.module.prefix}</url> |
402 | 411 | </site> |
403 | 412 | </distributionManagement> |
404 | 413 |
|
|
0 commit comments