Skip to content

Commit

Permalink
minor: exclude jarchitect.com from link validation due to permanent '…
Browse files Browse the repository at this point in the history
…SSLHandshakeException : PKIX path validation failed'
  • Loading branch information
romani committed Oct 3, 2021
1 parent 1e548cb commit 73386e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1868,6 +1868,8 @@
<excludedLink>https://freedomsponsors.org/*</excludedLink>
<!-- site works fine in browser but for plugin always return 500 -->
<excludedLink>https://liberapay.com/checkstyle/</excludedLink>
<!-- CertPathValidatorException: validity check failed -->
<excludedLink>https://www.jarchitect.com</excludedLink>
</excludedLinks>
</configuration>
</plugin>
Expand Down

0 comments on commit 73386e5

Please sign in to comment.