config: 2 sites are moved to exlude as they are too unstable for linkcheck validation
This commit is contained in:
parent
67cb6b7e89
commit
63b402b36c
3
pom.xml
3
pom.xml
|
|
@ -1232,6 +1232,9 @@
|
|||
<excludedLink>https://www.scm-manager.org/</excludedLink>
|
||||
<!-- linkcheck plugin can not resolve &s; inside url -->
|
||||
<excludedLink>https://flattr.com/submit/</excludedLink>
|
||||
<!-- Too unstable sites to keep validate them -->
|
||||
<excludedLink>http://tide.olympe.in/*</excludedLink>
|
||||
<excludedLink>http://dl.acm.org/*</excludedLink>
|
||||
</excludedLinks>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue