config: linkcheck-plugin - iweb.dl is changed to downloads

This commit is contained in:
Roman Ivanov 2016-06-24 09:29:59 -07:00
parent 1389d3efe4
commit 0316efde90
1 changed files with 2 additions and 2 deletions

View File

@ -1217,9 +1217,9 @@
Sonar's mailing lists: http://www.mojohaus.org/sonar-maven-plugin/mail-lists.html-->
<excludedLink>https://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>
<excludedLink>http://downloads.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>
<excludedLink>http://downloads.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-->