summaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'parent/pom.xml')
-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>