[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
master
Robert Scholte 2016-08-11 19:43:10 +00:00
parent 34920f0a2c
commit 9a7fd1e70d
1 changed files with 3 additions and 3 deletions

View File

@ -134,9 +134,9 @@ public abstract class AbstractGeneratorMojo
protected Set<Artifact> dependencies; protected Set<Artifact> dependencies;
/** /**
* Specify the dependencies as {@code groupId:artifactId} containing (abstract) Mojos. * Specify the dependencies as {@code groupId:artifactId} containing (abstract) Mojos.
* If none is specified, all dependencies are scanned. * If not specified in the configuration, this is {@code null} and all dependencies are scanned.
* If an empty list is specified, no dependencies are scanned. * If specified with no children, no dependencies are scanned.
* *
* @since 3.5 * @since 3.5
*/ */