|
190 | 190 | <!-- SCM and Releasing with Maven --> |
191 | 191 | <maven.scm.version>1.11.2</maven.scm.version> |
192 | 192 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
| 193 | + <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
| 194 | + <!-- |
193 | 195 | <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
| 196 | + --> |
194 | 197 |
|
195 | 198 | <!-- Maven plugins --> |
196 | 199 | <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version> |
197 | 200 | <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version> |
198 | 201 | <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
199 | 202 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
200 | 203 | <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
201 | | - <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
202 | 204 | <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version> |
203 | 205 | <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version> |
204 | 206 | <maven-help-plugin.version>3.2.0</maven-help-plugin.version> |
|
217 | 219 | <git-commit-id-plugin.version>3.0.1</git-commit-id-plugin.version> |
218 | 220 | <maven-changes-plugin.version>2.12.1</maven-changes-plugin.version> |
219 | 221 |
|
| 222 | + |
220 | 223 | <!-- Maven Reports and Site --> |
221 | 224 | <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version> |
222 | 225 | <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version> |
|
448 | 451 | <version>${maven-changes-plugin.version}</version> |
449 | 452 | <type>maven-plugin</type> |
450 | 453 | </dependency> |
| 454 | + <dependency> |
| 455 | + <groupId>org.apache.maven.plugins</groupId> |
| 456 | + <artifactId>maven-deploy-plugin</artifactId> |
| 457 | + <version>${maven-deploy-plugin.version}</version> |
| 458 | + <type>maven-plugin</type> |
| 459 | + </dependency> |
451 | 460 | <dependency> |
452 | 461 | <groupId>org.apache.maven.doxia</groupId> |
453 | 462 | <artifactId>doxia-module-markdown</artifactId> |
|
698 | 707 | <artifactId>maven-changes-plugin</artifactId> |
699 | 708 | <type>maven-plugin</type> |
700 | 709 | </dependency> |
| 710 | + <dependency> |
| 711 | + <groupId>org.apache.maven.plugins</groupId> |
| 712 | + <artifactId>maven-deploy-plugin</artifactId> |
| 713 | + <type>maven-plugin</type> |
| 714 | + </dependency> |
701 | 715 | <dependency> |
702 | 716 | <groupId>org.apache.maven.doxia</groupId> |
703 | 717 | <artifactId>doxia-module-markdown</artifactId> |
|
754 | 768 | <artifactId>maven-surefire-report-plugin</artifactId> |
755 | 769 | <version>${maven-surefire-report-plugin.version}</version> |
756 | 770 | </plugin> |
| 771 | + <plugin> |
| 772 | + <groupId>org.apache.maven.plugins</groupId> |
| 773 | + <artifactId>maven-deploy-plugin</artifactId> |
| 774 | + <version>${maven-deploy-plugin.version}</version> |
| 775 | + </plugin> |
757 | 776 | <plugin> |
758 | 777 | <groupId>org.apache.maven.plugins</groupId> |
759 | 778 | <artifactId>maven-site-plugin</artifactId> |
|
1093 | 1112 | <groupId>org.apache.maven.plugins</groupId> |
1094 | 1113 | <artifactId>maven-site-plugin</artifactId> |
1095 | 1114 | </plugin> |
| 1115 | + <plugin> |
| 1116 | + <groupId>org.apache.maven.plugins</groupId> |
| 1117 | + <artifactId>maven-deploy-plugin</artifactId> |
| 1118 | + </plugin> |
1096 | 1119 | <plugin> |
1097 | 1120 | <groupId>org.apache.maven.plugins</groupId> |
1098 | 1121 | <artifactId>maven-surefire-plugin</artifactId> |
|
0 commit comments