Linkcheck plugin, excluded broken links until corresponding plugins will be fixed, issue #549
This commit is contained in:
parent
d4d2b130d2
commit
456d918a77
7
pom.xml
7
pom.xml
|
|
@ -652,6 +652,8 @@
|
|||
<excludedPage>pmd.html</excludedPage>
|
||||
<excludedPage>findbugs.html</excludedPage>
|
||||
<excludedPage>surefire-report.html</excludedPage>
|
||||
<!-- Excluded due to checkstyle's issue #549 until http://jira.codehaus.org/browse/MTAGLIST-69 will be fixed -->
|
||||
<excludedPage>taglist.html</excludedPage>
|
||||
</excludedPages>
|
||||
<excludedLinks>
|
||||
<excludedLink>reports/google-style/guava</excludedLink>
|
||||
|
|
@ -660,6 +662,11 @@
|
|||
<excludedLink>https://coveralls.io/r/checkstyle/checkstyle</excludedLink>
|
||||
<excludedLink>http://search.maven.org/*</excludedLink>
|
||||
<excludedLink>hhttp://junit.org</excludedLink>
|
||||
<!-- Excluded due to checkstyle's issue #549 until http://jira.codehaus.org/browse/MJAVADOC-425
|
||||
and http://jira.codehaus.org/browse/DOXIA-525 and http://jira.codehaus.org/browse/MLINKCHECK-21 will be fixed -->
|
||||
<excludedLink>**/com/puppycrawl/**</excludedLink>
|
||||
<!-- Excluded due to checkstyle's issue #549 until http://jira.codehaus.org/browse/MJAVADOC-425 will be fixed -->
|
||||
<excludedLink>http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?*</excludedLink>
|
||||
</excludedLinks>
|
||||
<excludedHttpStatusErrors>
|
||||
<excludedHttpStatusError>401</excludedHttpStatusError>
|
||||
|
|
|
|||
Loading…
Reference in New Issue