config: update for linkcheck to suppress lnk and raise timeout for github pages that open too long but valid

This commit is contained in:
Roman Ivanov 2015-09-01 08:50:27 -07:00
parent af95472a09
commit 0eaa4aff52
1 changed files with 3 additions and 1 deletions

View File

@ -937,7 +937,7 @@
<version>1.2</version>
<configuration>
<httpMethod>GET</httpMethod>
<timeout>3000</timeout>
<timeout>5000</timeout>
<httpFollowRedirect>false</httpFollowRedirect>
<forceSite>true</forceSite>
<excludedPages>
@ -999,6 +999,8 @@
<excludedLink>http://nemo.sonarqube.org/project/index/com.puppycrawl.tools:checkstyle</excludedLink>
<!-- skip validating SNAPSHOTs on sourceforge when ${projectVersion} is SNAPSHOT-->
<excludedLink>http://iweb.dl.sourceforge.net/project/checkstyle/checkstyle/*-SNAPSHOT/checkstyle-*-SNAPSHOT-all.jar</excludedLink>
<!-- skip validating released "-all" jar on sourceforge as it is uploaded after site generation-->
<excludedLink>http://iweb.dl.sourceforge.net/project/checkstyle/checkstyle/*/checkstyle-*-all.jar</excludedLink>
<!-- Excluded due to linkcheck's issue #22: https://issues.apache.org/jira/browse/MLINKCHECK-22-->
<excludedLink>https://twitter.com/checkstyle_java/</excludedLink>
<!-- Excluded due to linkcheck's issue #23: https://issues.apache.org/jira/browse/MLINKCHECK-23-->