Updated Branches: refs/heads/master 56cd921fb -> c5c1eab66
Add javadoc Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c5c1eab6 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c5c1eab6 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c5c1eab6 Branch: refs/heads/master Commit: c5c1eab6653ed04eb1157db1a9a8bf60fd46023f Parents: 56cd921 Author: rfscholte <rfscho...@apache.org> Authored: Fri Feb 22 16:28:48 2013 +0100 Committer: rfscholte <rfscho...@apache.org> Committed: Fri Feb 22 16:28:48 2013 +0100 ---------------------------------------------------------------------- .../maven/plugin/descriptor/PluginDescriptor.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/c5c1eab6/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java ---------------------------------------------------------------------- diff --git a/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java b/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java index 856893b..02b19c8 100644 --- a/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java +++ b/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java @@ -249,6 +249,12 @@ public class PluginDescriptor artifactMap = null; } + /** + * The map of artifacts accessible by the versionlessKey, i.e. groupId:artifactId + * + * @return a Map of artifacts, never {@code null} + * @see #getArtifacts() + */ public Map<String, Artifact> getArtifactMap() { if ( artifactMap == null )