diff --git a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java index 8b709b7..c831832 100644 --- a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java +++ b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java @@ -134,9 +134,9 @@ public abstract class AbstractGeneratorMojo protected Set dependencies; /** - * Specify the dependencies as {@code groupId:artifactId} containing (abstract) Mojos. - * If none is specified, all dependencies are scanned. - * If an empty list is specified, no dependencies are scanned. + * Specify the dependencies as {@code groupId:artifactId} containing (abstract) Mojos. + * If not specified in the configuration, this is {@code null} and all dependencies are scanned. + * If specified with no children, no dependencies are scanned. * * @since 3.5 */