@@ -89,6 +89,8 @@ under the License.
89
89
90
90
<maven .version>3.9.6</maven .version>
91
91
<maven-plugin-plugin .version>3.10.2</maven-plugin-plugin .version>
92
+ <maven-reporting-api .version>3.1.1</maven-reporting-api .version>
93
+ <doxia .version>1.11.1</doxia .version>
92
94
93
95
<scalac-scoverage-plugin .version>2.0.11</scalac-scoverage-plugin .version>
94
96
<scalac-scoverage-plugin .scala.version>2.13</scalac-scoverage-plugin .scala.version>
@@ -147,13 +149,13 @@ under the License.
147
149
<dependency >
148
150
<groupId >org.apache.maven.reporting</groupId >
149
151
<artifactId >maven-reporting-api</artifactId >
150
- <version >3.1.1 </version >
152
+ <version >${maven-reporting-api.version} </version >
151
153
</dependency >
152
154
153
155
<dependency >
154
156
<groupId >org.apache.maven.doxia</groupId >
155
157
<artifactId >doxia-site-renderer</artifactId >
156
- <version >1.11.1 </version >
158
+ <version >${doxia.version} </version >
157
159
</dependency >
158
160
159
161
<dependency >
@@ -264,10 +266,9 @@ under the License.
264
266
<subpackages >org.scoverage.plugin</subpackages >
265
267
<links >
266
268
<link >https://docs.oracle.com/javase/11/docs/api/</link >
267
- <link >https://maven.apache.org/ref/${maven.version} /maven-plugin-api/apidocs/</link >
268
- <link >https://maven.apache.org/ref/${maven.version} /maven-project/apidocs/</link >
269
- <link >https://maven.apache.org/ref/${maven.version} /maven-reporting/maven-reporting-api/apidocs/</link >
270
- <link >https://maven.apache.org/doxia/doxia/apidocs/</link >
269
+ <link >https://maven.apache.org/ref/${maven.version} /apidocs/</link >
270
+ <link >https://maven.apache.org/shared-archives/maven-reporting-api-${maven-reporting-api.version} /apidocs/</link >
271
+ <link >https://maven.apache.org/doxia/components/doxia-archives/doxia-${doxia.version} /apidocs/</link >
271
272
</links >
272
273
<notimestamp >true</notimestamp >
273
274
</configuration >
@@ -580,6 +581,10 @@ under the License.
580
581
581
582
<reporting >
582
583
<plugins >
584
+ <plugin >
585
+ <groupId >org.apache.maven.plugins</groupId >
586
+ <artifactId >maven-plugin-report-plugin</artifactId >
587
+ </plugin >
583
588
<plugin >
584
589
<groupId >org.apache.maven.plugins</groupId >
585
590
<artifactId >maven-javadoc-plugin</artifactId >
@@ -591,10 +596,6 @@ under the License.
591
596
</reportSet >
592
597
</reportSets >
593
598
</plugin >
594
- <plugin >
595
- <groupId >org.apache.maven.plugins</groupId >
596
- <artifactId >maven-plugin-report-plugin</artifactId >
597
- </plugin >
598
599
</plugins >
599
600
</reporting >
600
601
</profile >
@@ -749,13 +750,11 @@ under the License.
749
750
<plugin >
750
751
<groupId >org.apache.maven.plugins</groupId >
751
752
<artifactId >maven-source-plugin</artifactId >
752
- <version >3.3.0</version >
753
753
</plugin >
754
754
755
755
<plugin >
756
756
<groupId >org.apache.maven.plugins</groupId >
757
757
<artifactId >maven-javadoc-plugin</artifactId >
758
- <version >3.6.3</version >
759
758
</plugin >
760
759
761
760
<plugin >
0 commit comments