disable duplicate finder for javadoc as it is plenty of unzipped sources

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-11-15 16:04:36 +10:00
parent 9bf6229e01
commit ab4d01261a
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<properties> <properties>
<checkstyle.skip>true</checkstyle.skip> <checkstyle.skip>true</checkstyle.skip>
<duplicate-finder.skip>true</duplicate-finder.skip>
<maven.deploy.skip>true</maven.deploy.skip> <maven.deploy.skip>true</maven.deploy.skip>
<pmd.skip>true</pmd.skip> <pmd.skip>true</pmd.skip>
<sonar.skip>true</sonar.skip> <sonar.skip>true</sonar.skip>