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