config: dead links are suppressed with a explanation to, next step is enforce linkcheck to validate each commit by CI

This commit is contained in:
Roman Ivanov 2016-01-14 07:00:34 -08:00
parent 32e3c7056e
commit ecb122198d
1 changed files with 6 additions and 0 deletions

View File

@ -1179,6 +1179,12 @@
<excludedLink>http://www.antlr.org/antlr4-maven-plugin</excludedLink>
<!-- Excluded due to Maven Release Plugin's issue #919: https://issues.apache.org/jira/browse/MRELEASE-919-->
<excludedLink>http://maven.apache.org/plugins/maven-release-plugin/</excludedLink>
<!-- Excluded till https://issues.sonatype.org/browse/NEXUS-9643 -->
<excludedLink>http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/</excludedLink>
<!-- Excluded till https://github.com/mojohaus/build-helper-maven-plugin/issues/3 -->
<excludedLink>http://www.mojohaus.org/build-helper-maven-plugin/build-helper-maven-plugin</excludedLink>
<!-- This link exists, but it has too much content and github has problems with rendering it quickly, so to avoid ocasional "Read timed out" we exclude it -->
<excludedLink>https://github.com/checkstyle/checkstyle/issues/1555</excludedLink>
<!-- Excluded, because the link is generated by sonar's maven report plugin and we
can not correct the link while it will not be changed in effective pom.xml of the plugin
by sonar's developers. It is not allowed to open issue against sonar's maven report plugin