@@ -89,6 +89,8 @@ under the License.
8989
9090 <maven .version>3.9.6</maven .version>
9191 <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>
9294
9395 <scalac-scoverage-plugin .version>2.0.11</scalac-scoverage-plugin .version>
9496 <scalac-scoverage-plugin .scala.version>2.13</scalac-scoverage-plugin .scala.version>
@@ -147,13 +149,13 @@ under the License.
147149 <dependency >
148150 <groupId >org.apache.maven.reporting</groupId >
149151 <artifactId >maven-reporting-api</artifactId >
150- <version >3.1.1 </version >
152+ <version >${maven-reporting-api.version} </version >
151153 </dependency >
152154
153155 <dependency >
154156 <groupId >org.apache.maven.doxia</groupId >
155157 <artifactId >doxia-site-renderer</artifactId >
156- <version >1.11.1 </version >
158+ <version >${doxia.version} </version >
157159 </dependency >
158160
159161 <dependency >
@@ -264,10 +266,9 @@ under the License.
264266 <subpackages >org.scoverage.plugin</subpackages >
265267 <links >
266268 <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 >
271272 </links >
272273 <notimestamp >true</notimestamp >
273274 </configuration >
@@ -580,6 +581,10 @@ under the License.
580581
581582 <reporting >
582583 <plugins >
584+ <plugin >
585+ <groupId >org.apache.maven.plugins</groupId >
586+ <artifactId >maven-plugin-report-plugin</artifactId >
587+ </plugin >
583588 <plugin >
584589 <groupId >org.apache.maven.plugins</groupId >
585590 <artifactId >maven-javadoc-plugin</artifactId >
@@ -591,10 +596,6 @@ under the License.
591596 </reportSet >
592597 </reportSets >
593598 </plugin >
594- <plugin >
595- <groupId >org.apache.maven.plugins</groupId >
596- <artifactId >maven-plugin-report-plugin</artifactId >
597- </plugin >
598599 </plugins >
599600 </reporting >
600601 </profile >
@@ -749,13 +750,11 @@ under the License.
749750 <plugin >
750751 <groupId >org.apache.maven.plugins</groupId >
751752 <artifactId >maven-source-plugin</artifactId >
752- <version >3.3.0</version >
753753 </plugin >
754754
755755 <plugin >
756756 <groupId >org.apache.maven.plugins</groupId >
757757 <artifactId >maven-javadoc-plugin</artifactId >
758- <version >3.6.3</version >
759758 </plugin >
760759
761760 <plugin >
0 commit comments