Is there a list anywhere of the components and parameters that a plugin can ask for (via the @component and @parameter annotations)?
For example the MavenProjectHelper class is requested via @component, but the MavenProject class is requested via @parameter. Is there anyplace I can find a complete list of all these components and parameters? MAR
