From 9a7fd1e70dc036c8ce2285cb8085592b6d9f1a49 Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Thu, 11 Aug 2016 19:43:10 +0000 Subject: [PATCH] [MPLUGIN-305] MojoAnnotationsScanner should have better control over dependency scanning Improve javadoc, thanks to Paul Benedict git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1756035 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/maven/plugin/plugin/AbstractGeneratorMojo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */