aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-08-03 12:34:39 +0300
committerRoman Ivanov <ivanov-jr@mail.ru>2017-08-03 12:34:39 +0300
commitfb7403e14e52425f135d2251221a72cce19e7e4c (patch)
treeefa3092be4442aab01af7c48a3bc425d03ad64e9 /pom.xml
parent5cd99e3f40649478351757e22b0f7be4dba2c6c5 (diff)
downloadcheckstyle-fb7403e14e52425f135d2251221a72cce19e7e4c.tar.gz
config: exclude in linkcheck link to findbugs-maven-plugin, till problem is resolved
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index dcaa09617..f37613cf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1341,6 +1341,8 @@
<excludedLink>https://button.flattr.com/flattr-badge-large.png</excludedLink>
<!-- permanent SSLException -->
<excludedLink>https://git-scm.com</excludedLink>
+ <!-- till https://github.com/gleclaire/findbugs-maven-plugin/pull/69 merged and released -->
+ <excludedLink>http://gleclaire.github.io/findbugs-maven-plugin/</excludedLink>
</excludedLinks>
</configuration>
</plugin>