our linkcheck should not test problems of other plugins except for javadoc

This commit is contained in:
Roman Ivanov 2015-02-01 20:57:58 -08:00
parent 79e0db505b
commit 247b4fb905
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -514,6 +514,13 @@
<configuration>
<excludedPages>
<excludedPage>dependencies.html</excludedPage>
<excludedPage>cobertura/**</excludedPage>
<excludedPage>dsm/**</excludedPage>
<excludedPage>xref/**</excludedPage>
<excludedPage>xref-test/**</excludedPage>
<excludedPage>pmd.html</excludedPage>
<excludedPage>findbugs.html</excludedPage>
<excludedPage>surefire-report.html</excludedPage>
</excludedPages>
<excludedLinks>
<excludedLink>reports/google-style/guava</excludedLink>
@ -652,6 +659,13 @@
<configuration>
<excludedPages>
<excludedPage>dependencies.html</excludedPage>
<excludedPage>cobertura/**</excludedPage>
<excludedPage>dsm/**</excludedPage>
<excludedPage>xref/**</excludedPage>
<excludedPage>xref-test/**</excludedPage>
<excludedPage>pmd.html</excludedPage>
<excludedPage>findbugs.html</excludedPage>
<excludedPage>surefire-report.html</excludedPage>
</excludedPages>
<excludedLinks>
<excludedLink>reports/google-style/guava</excludedLink>