mirror of https://github.com/apache/druid.git
upgrade maven-pmd-plugin to fix warning (#12349)
we sometimes see warnings similar to the one mentioned https://issues.apache.org/jira/browse/MPMD-325 Upgrading the plugin should hopefully reduce occurrence of those.
This commit is contained in:
parent
4ed1abca94
commit
c3377bf744
2
pom.xml
2
pom.xml
|
@ -1249,7 +1249,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.15.0</version>
|
||||
<version>3.16.0</version>
|
||||
<configuration>
|
||||
<linkXRef>false</linkXRef> <!-- prevent "Unable to locate Source XRef to link to" warning -->
|
||||
<printFailingErrors>true</printFailingErrors>
|
||||
|
|
Loading…
Reference in New Issue