Update maven reports plugin

pull/81/head
Richard Körber 2018-10-13 10:44:08 +02:00
parent 565bb79811
commit e49a6c9fbf
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 9 additions and 8 deletions

17
pom.xml
View File

@ -170,16 +170,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
<version>3.0.0</version>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>issue-tracking</report>
<report>license</report>
<report>summary</report>
<report>project-team</report>
<report>dependency-info</report>
<report>scm</report>
<report>issue-management</report>
<report>dependencies</report>
<report>team</report>
<report>licenses</report>
</reports>
</reportSet>
</reportSets>
@ -187,12 +188,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20.1</version>
<version>2.22.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<configuration>
<detectLinks>true</detectLinks>
<doclint>syntax,reference</doclint>
@ -203,7 +204,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.6</version>
</plugin>
</plugins>
</reporting>