|
86 | 86 | <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
87 | 87 | <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
88 | 88 | <maven-install-plugin.version>2.5.2</maven-install-plugin.version> |
89 | | - <maven-site-plugin.version>3.10.0</maven-site-plugin.version> |
90 | 89 | <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version> |
91 | 90 | <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
92 | 91 |
|
93 | | - <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version> |
94 | | - |
95 | 92 | <!-- empty argLine property, the value is set up by Jacoco during unit tests execution --> |
96 | 93 | <argLine /> |
97 | 94 |
|
|
198 | 195 | <artifactId>maven-install-plugin</artifactId> |
199 | 196 | <version>${maven-install-plugin.version}</version> |
200 | 197 | </plugin> |
201 | | - <plugin> |
202 | | - <artifactId>maven-site-plugin</artifactId> |
203 | | - <version>${maven-site-plugin.version}</version> |
204 | | - </plugin> |
205 | 198 | <plugin> |
206 | 199 | <artifactId>maven-resources-plugin</artifactId> |
207 | 200 | <version>${maven-resources-plugin.version}</version> |
|
367 | 360 | <version>${maven-release-plugin.version}</version> |
368 | 361 | <configuration> |
369 | 362 | <autoVersionSubmodules>true</autoVersionSubmodules> |
370 | | - <releaseProfiles>release,sign</releaseProfiles> |
| 363 | + <releaseProfiles>sign</releaseProfiles> |
371 | 364 | <goals>deploy</goals> |
372 | 365 | <tagNameFormat>@{project.version}</tagNameFormat> |
373 | 366 | </configuration> |
|
380 | 373 | <argLine>@{argLine} -Xms500m -Xmx500m -Xss512k</argLine> |
381 | 374 | </configuration> |
382 | 375 | </plugin> |
383 | | - <plugin> |
384 | | - <groupId>org.jacoco</groupId> |
385 | | - <artifactId>jacoco-maven-plugin</artifactId> |
386 | | - <version>${jacoco-maven-plugin.version}</version> |
387 | | - <executions> |
388 | | - <execution> |
389 | | - <id>default-prepare-agent</id> |
390 | | - <goals> |
391 | | - <goal>prepare-agent</goal> |
392 | | - </goals> |
393 | | - </execution> |
394 | | - <execution> |
395 | | - <id>default-report</id> |
396 | | - <phase>prepare-package</phase> |
397 | | - <goals> |
398 | | - <goal>report</goal> |
399 | | - </goals> |
400 | | - </execution> |
401 | | - <execution> |
402 | | - <id>default-check</id> |
403 | | - <goals> |
404 | | - <goal>check</goal> |
405 | | - </goals> |
406 | | - <configuration> |
407 | | - <rules /> |
408 | | - </configuration> |
409 | | - </execution> |
410 | | - </executions> |
411 | | - </plugin> |
412 | 376 | </plugins> |
413 | 377 | </build> |
414 | 378 |
|
|
0 commit comments