pom.xml: maven-pmd-plugin: fix typo
This commit is contained in:
parent
78471f9de0
commit
16c03d54e6
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -386,7 +386,7 @@
|
|||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>${maven-pmd-plugin.version}</version>
|
||||
<configuration>
|
||||
<linkXref>true</linkXref>
|
||||
<linkXRef>true</linkXRef>
|
||||
</configuration>
|
||||
</plugin><!-- maven-pmd-plugin -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue