aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-20 15:49:19 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:27 +0100
commit0d5108762f5b4f620db1832c7a8f910129b0b65c (patch)
tree00b6d068956b4059429a901bf1111312685023c1 /parent
parent81182050f567673fc3180764b3645fb76ca85dc5 (diff)
Disable offline link detection
Error message: Error fetching link: /Users/gv/git/vespa/testutil/target/site/apidocs/package-list. Ignored it.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 2e22c36cee3..899834cf5cc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -156,6 +156,9 @@
<doclint>${doclint},-missing</doclint>
<quiet>true</quiet>
<show>protected</show>
+
+ <!-- TODO: remove this setting when the plugin looks for element-list (JDK 10+) instead of package-list. -->
+ <detectOfflineLinks>false</detectOfflineLinks>
</configuration>
<version>3.0.1</version>
</plugin>