From 1de1779688deadf30f73ed5a33471fc0337de828 Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Sun, 4 Nov 2012 19:37:07 +0000 Subject: [PATCH] Add definitionList of special Maven objects with their class git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1405624 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/maven/plugins/annotations/Component.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java index 4bb15c9..e228674 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java @@ -30,8 +30,14 @@ import java.lang.annotation.Target; * Used to configure injection of Plexus components by * * MavenPluginManager.getConfiguredMojo(...) and special Maven - * objects as well: session, project, mojoExecution, plugin (Maven-3 only), - * settings. + * objects as well: + *
+ *
mojoExecution
org.apache.maven.plugin.MojoExecution
+ *
project
org.apache.maven.project.MavenProject
+ *
session
org.apache.maven.execution.MavenSession
+ *
settings
org.apache.maven.settings.Settings
+ *
plugin (Maven-3 only)
org.apache.maven.plugin.descriptor.PluginDescriptor
+ *
* * @author Olivier Lamy * @since 3.0