Add JXR plugin to get rid of WARNING Unable to locate Source XRef to link to (#952)

This commit is contained in:
Per Wramdemark
2019-10-05 17:01:23 +02:00
committed by Ilkka Seppälä
parent 364c43a73a
commit 933de30d42

View File

@ -470,6 +470,11 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>${pmd.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</reporting>