1 parent 6387a2e commit 5ad2964Copy full SHA for 5ad2964
1 file changed
pom.xml
@@ -254,6 +254,11 @@
254
<artifactId>maven-shade-plugin</artifactId>
255
<version>3.2.4</version>
256
</plugin>
257
+ <plugin>
258
+ <groupId>org.apache.maven.plugins</groupId>
259
+ <artifactId>maven-project-info-reports-plugin</artifactId>
260
+ <version>3.8.0</version>
261
+ </plugin>
262
<plugin>
263
<artifactId>maven-assembly-plugin</artifactId>
264
<version>3.7.1</version>
@@ -492,8 +497,8 @@
492
497
</configuration>
493
498
494
499
500
495
501
<artifactId>maven-project-info-reports-plugin</artifactId>
496
- <version>2.9</version>
502
<reportSets>
503
<reportSet>
504
<reports>
0 commit comments