|
41 | 41 | <build-number-maven-plugin.version>1.4</build-number-maven-plugin.version> |
42 | 42 | <checksum-maven-plugin.version>1.8</checksum-maven-plugin.version> |
43 | 43 | <clover-maven-plugin.version>4.3.1</clover-maven-plugin.version> |
44 | | - <commons-lang3.version>3.8.1</commons-lang3.version> |
| 44 | + <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> |
| 45 | + <codecov.token>${env.CODECOV_TOKEN}</codecov.token> |
45 | 46 | <commons-io.version>2.4</commons-io.version> |
| 47 | + <commons-lang3.version>3.8.1</commons-lang3.version> |
46 | 48 | <commons-text.version>1.6</commons-text.version> |
47 | 49 | <copy-rename-maven-plugin.version>1.0.1</copy-rename-maven-plugin.version> |
| 50 | + <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> |
| 51 | + <coveralls.token>${env.COVERALLS_REPO_TOKEN}</coveralls.token> |
48 | 52 | <dependency-check-maven.version>5.0.0-M2</dependency-check-maven.version> |
49 | 53 | <dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version> |
50 | 54 | <error_prone_core.version>2.3.2</error_prone_core.version> |
|
108 | 112 | <springfox.version>2.9.2</springfox.version> |
109 | 113 | <versions-maven-plugin.version>2.7</versions-maven-plugin.version> |
110 | 114 | <xml-format-maven-plugin.version>3.0.7</xml-format-maven-plugin.version> |
111 | | - <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> |
112 | | - <codecov.token>${env.CODECOV_TOKEN}</codecov.token> |
113 | | - <coveralls.token>${env.COVERALLS_REPO_TOKEN}</coveralls.token> |
114 | | - <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> |
115 | 115 | </properties> |
116 | 116 |
|
117 | 117 | <dependencyManagement> |
|
515 | 515 | <artifactId>versions-maven-plugin</artifactId> |
516 | 516 | <version>${versions-maven-plugin.version}</version> |
517 | 517 | </plugin> |
| 518 | + <plugin> |
| 519 | + <groupId>org.eluder.coveralls</groupId> |
| 520 | + <artifactId>coveralls-maven-plugin</artifactId> |
| 521 | + <version>${coveralls-maven-plugin.version}</version> |
| 522 | + </plugin> |
518 | 523 | <plugin> |
519 | 524 | <groupId>org.jacoco</groupId> |
520 | 525 | <artifactId>jacoco-maven-plugin</artifactId> |
|
602 | 607 | </validationProperties> |
603 | 608 | </configuration> |
604 | 609 | </plugin> |
605 | | - <plugin> |
606 | | - <groupId>org.eluder.coveralls</groupId> |
607 | | - <artifactId>coveralls-maven-plugin</artifactId> |
608 | | - <version>${coveralls-maven-plugin.version}</version> |
609 | | - </plugin> |
610 | 610 | </plugins> |
611 | 611 | </pluginManagement> |
612 | 612 | </build> |
|
0 commit comments