|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginPrefixLoader
| Method Summary | |
|---|---|
Plugin |
findPluginForPrefix(java.lang.String prefix,
MavenProject project,
MavenSession session)
Determine the appropriate Plugin instance for use with the specified plugin
prefix, using the following strategies (in order):
Search for a plugin that has already been loaded with the specified prefix Search for a plugin configured in the POM that has a matching prefix Search the pluginGroups specified in the settings.xml for a matching plugin Use groupId == org.apache.maven.plugins, and artifactId == maven-<prefix>-plugin, and try to resolve based on that. |
| Method Detail |
|---|
Plugin findPluginForPrefix(java.lang.String prefix,
MavenProject project,
MavenSession session)
throws PluginLoaderException
Plugin instance for use with the specified plugin
prefix, using the following strategies (in order):
PluginLoaderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||