config: http://git-scm.com was added to exclude of linkcheck to avoid SSLException
This commit is contained in:
parent
323faa9b6e
commit
14958258fc
2
pom.xml
2
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue