tidy plugin is disabled, as it conflicting with linkcheck plugin, issue #821 and #751

This commit is contained in:
Roman Ivanov 2015-03-21 23:25:02 -07:00
parent 23e8b1b43f
commit dc3111cb1a
1 changed files with 6 additions and 1 deletions

View File

@ -307,6 +307,10 @@
<version>2.6.1</version>
</plugin>
<!-- It brakes linkcheck plugin report.
It works when linkcheck.forceSite=false, but
at this case linkcheck report is full of false-positives
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId>
@ -321,6 +325,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -1007,7 +1012,7 @@
<httpMethod>GET</httpMethod>
<timeout>3000</timeout>
<httpFollowRedirect>false</httpFollowRedirect>
<forceSite>false</forceSite>
<forceSite>true</forceSite>
<excludedPages>
<excludedPage>dependencies.html</excludedPage>
<excludedPage>cobertura/**</excludedPage>