Add JXR plugin to get rid of WARNING Unable to locate Source XRef to link to (#952)
This commit is contained in:
committed by
Ilkka Seppälä
parent
364c43a73a
commit
933de30d42
5
pom.xml
5
pom.xml
@ -470,6 +470,11 @@
|
|||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<version>${pmd.version}</version>
|
<version>${pmd.version}</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
|
<version>3.0.0</version>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user