diff --git a/src/site/apt/examples/aggregate.apt.vm b/src/site/apt/examples/aggregate.apt.vm
index 0a8b8a40e..3b8f63250 100644
--- a/src/site/apt/examples/aggregate.apt.vm
+++ b/src/site/apt/examples/aggregate.apt.vm
@@ -194,6 +194,22 @@ Project
+-----+
+ Occasionally, automatic modules need to import named modules. For example,
+
++-----+
+ error: package org.w3c.dom is not visible
+ (package org.w3c.dom is declared in module java.xml, but module foobar does not read it)
++-----+
+
+ can be solved by adding the relevant --add-modules options to the plugin configuration:
+
++-----+
+
+
+
+
++-----+
+
The Javadoc plugin contains several <<>> goals to be use with an aggregator project. Here is the full list
of all <<>> goals: