Merge pull request #10896 from jetty/jetty-12.0.x-disable-duplicate-for-javadoc

disable duplicate finder for javadoc as it is plenty of unzipped sources
This commit is contained in:
Joakim Erdfelt 2023-11-15 07:41:08 -06:00 committed by GitHub
commit 328b4a980e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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