File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 467467 <plugin >
468468 <groupId >org.apache.maven.plugins</groupId >
469469 <artifactId >maven-site-plugin</artifactId >
470+ <version >2.4</version >
470471 <configuration >
471472 <outputDirectory >./target</outputDirectory >
472473 </configuration >
487488 <plugin >
488489 <groupId >org.apache.maven.plugins</groupId >
489490 <artifactId >maven-project-info-reports-plugin</artifactId >
491+ <version >3.1.2</version >
490492 <configuration >
491493 <customBundle >${project.basedir} /src/site/custom/project-info-report.properties</customBundle >
492494 <dependencyLocationsEnabled >false</dependencyLocationsEnabled >
493495 </configuration >
494496 <reportSets >
495497 <reportSet >
496498 <reports >
497- <report >project- team</report >
498- <report >mailing-list </report >
499- <report >issue-tracking </report >
500- <report >license </report >
499+ <report >team</report >
500+ <report >mailing-lists </report >
501+ <report >issue-management </report >
502+ <report >licenses </report >
501503 </reports >
502504 </reportSet >
503505 </reportSets >
You can’t perform that action at this time.
0 commit comments