Updated comments for excludes of linkcheck, issue #751
This commit is contained in:
parent
f6b33ebf17
commit
f2efe4d020
17
pom.xml
17
pom.xml
|
|
@ -958,6 +958,9 @@
|
|||
<!-- Excluded due to checkstyle's issue #549 until http://jira.codehaus.org/browse/MTAGLIST-69 will be fixed -->
|
||||
<excludedPage>taglist.html</excludedPage>
|
||||
</excludedPages>
|
||||
<excludedHttpStatusErrors>
|
||||
<excludedHttpStatusError>401</excludedHttpStatusError>
|
||||
</excludedHttpStatusErrors>
|
||||
<excludedLinks>
|
||||
<excludedLink>reports/google-style/guava</excludedLink>
|
||||
<excludedLink>reports/javadoc/openjdk8</excludedLink>
|
||||
|
|
@ -972,18 +975,27 @@
|
|||
<excludedLink>**/com/puppycrawl/**</excludedLink>
|
||||
<!-- Excluded due to checkstyle's issue #549 until https://issues.apache.org/jira/browse/MJAVADOC-428 will be fixed -->
|
||||
<excludedLink>http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?*</excludedLink>
|
||||
<!-- Excluded due to Maven Surefire Plugin's issue #1173: https://issues.apache.org/jira/browse/SUREFIRE-1173-->
|
||||
<!-- Excluded due to Maven Enforcer Plugin's issue #234: https://issues.apache.org/jira/browse/MENFORCER-234-->
|
||||
<excludedLink>http://maven.apache.org/enforcer/maven-enforcer-plugin</excludedLink>
|
||||
<!-- Excluded due to Maven Surefire Plugin's issue #1173: https://issues.apache.org/jira/browse/SUREFIRE-1173-->
|
||||
<excludedLink>http://maven.apache.org/surefire/maven-failsafe-plugin</excludedLink>
|
||||
<excludedLink>http://maven.apache.org/surefire/maven-surefire-plugin</excludedLink>
|
||||
<excludedLink>http://maven.apache.org/surefire/maven-surefire-report-plugin</excludedLink>
|
||||
<!-- Excluded due to Maven Codehaus Plugin's issue #4: https://github.com/mojohaus/mojohaus.github.io/issues/4-->
|
||||
<excludedLink>http://mojo.codehaus.org/antlr-maven-plugin</excludedLink>
|
||||
<!-- Excluded due to Maven Build Helper Plugin's issue #3: https://github.com/mojohaus/build-helper-maven-plugin/issues/3-->
|
||||
<excludedLink>http://mojo.codehaus.org/build-helper-maven-plugin</excludedLink>
|
||||
<!-- Excluded due to Maven Cobertura Plugin's issue #5: https://github.com/mojohaus/cobertura-maven-plugin/issues/5-->
|
||||
<excludedLink>http://mojo.codehaus.org/cobertura-maven-plugin/</excludedLink>
|
||||
<!-- Excluded due to Maven JDepend Plugin's issue #2: https://github.com/mojohaus/jdepend-maven-plugin/issues/2-->
|
||||
<excludedLink>http://mojo.codehaus.org/jdepend-maven-plugin</excludedLink>
|
||||
<!-- Excluded due to Maven Taglist Plugin's issue #3: https://github.com/mojohaus/taglist-maven-plugin/issues/3-->
|
||||
<excludedLink>http://mojo.codehaus.org/taglist-maven-plugin</excludedLink>
|
||||
<!-- Excluded due to Maven XML Plugin's issue #1: https://github.com/mojohaus/xml-maven-plugin/issues/1-->
|
||||
<excludedLink>http://mojo.codehaus.org/xml-maven-plugin</excludedLink>
|
||||
<!-- Excluded due to Maven ANTLR4 Plugin's issue #978: https://github.com/antlr/antlr4/issues/978-->
|
||||
<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, 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
|
||||
|
|
@ -998,9 +1010,6 @@
|
|||
<!-- Excluded due to linkcheck's issue #23: https://issues.apache.org/jira/browse/MLINKCHECK-23-->
|
||||
<excludedLink>http://www.kclee.com/clemens/java/javancss</excludedLink>
|
||||
</excludedLinks>
|
||||
<excludedHttpStatusErrors>
|
||||
<excludedHttpStatusError>401</excludedHttpStatusError>
|
||||
</excludedHttpStatusErrors>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue