[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-ffa450edef68master
parent
34920f0a2c
commit
9a7fd1e70d
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue