aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2016-11-25 07:48:40 -0800
committerRoman Ivanov <ivanov-jr@mail.ru>2016-11-25 07:48:45 -0800
commit14958258fc5dca6aada5d373be7175442a66755a (patch)
tree39ec66aa2c538e065f952ae7c4da7ecb532b44bd /pom.xml
parent323faa9b6e40e92cd0578c82dfe073a60b24fbf6 (diff)
downloadcheckstyle-14958258fc5dca6aada5d373be7175442a66755a.tar.gz
config: http://git-scm.com was added to exclude of linkcheck to avoid SSLException
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5c2bf3e1f..19eb953e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1239,6 +1239,8 @@
<excludedLink>https://www.codacy.com/</excludedLink>
<!-- permanent SSLException -->
<excludedLink>https://button.flattr.com/flattr-badge-large.png</excludedLink>
+ <!-- permanent SSLException -->
+ <excludedLink>https://git-scm.com</excludedLink>
</excludedLinks>
</configuration>
</plugin>