Skip to content

Commit

Permalink
Update maven reports plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Oct 13, 2018
1 parent 565bb79 commit e49a6c9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,29 +170,30 @@
<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>
</plugin>
<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>
Expand All @@ -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>
Expand Down

0 comments on commit e49a6c9

Please sign in to comment.