Skip to content

Commit

Permalink
Resolves #199 - Scan reports want jxr
Browse files Browse the repository at this point in the history
Warnings were being generated in the build because of missing
cross-references. This change fixes that.
  • Loading branch information
Richard Schoeller committed Feb 6, 2017
1 parent 052d75c commit 5d97cc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit 5d97cc6

Please sign in to comment.