|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginLoaderException | |
|---|---|
| org.apache.maven.errors | |
| org.apache.maven.lifecycle | |
| org.apache.maven.plugin.loader | |
| Uses of PluginLoaderException in org.apache.maven.errors |
|---|
| Methods in org.apache.maven.errors with parameters of type PluginLoaderException | |
|---|---|
static java.util.List |
CoreErrorTips.getErrorLoadingPluginTips(MojoBinding binding,
MavenProject project,
PluginLoaderException cause)
|
void |
DefaultCoreErrorReporter.reportErrorLoadingPlugin(MojoBinding binding,
MavenProject project,
PluginLoaderException cause)
|
void |
CoreErrorReporter.reportErrorLoadingPlugin(MojoBinding binding,
MavenProject project,
PluginLoaderException cause)
|
| Uses of PluginLoaderException in org.apache.maven.lifecycle |
|---|
| Constructors in org.apache.maven.lifecycle with parameters of type PluginLoaderException | |
|---|---|
LifecycleExecutionException(java.lang.String message,
MavenProject project,
PluginLoaderException cause)
|
|
TaskValidationResult(java.lang.String invalidTask,
java.lang.String message,
PluginLoaderException cause)
|
|
| Uses of PluginLoaderException in org.apache.maven.plugin.loader |
|---|
| Methods in org.apache.maven.plugin.loader that throw PluginLoaderException | |
|---|---|
Plugin |
PluginPrefixLoader.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. |
Plugin |
DefaultPluginPrefixLoader.findPluginForPrefix(java.lang.String prefix,
MavenProject project,
MavenSession session)
Determine the appropriate PluginDescriptor 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. |
PluginDescriptor |
PluginLoader.loadPlugin(MojoBinding mojoBinding,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the plugin implied by the specified MojoBinding,
using the project for ArtifactRepository and other supplemental plugin information as
necessary. |
PluginDescriptor |
DefaultPluginLoader.loadPlugin(MojoBinding mojoBinding,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the plugin implied by the specified MojoBinding,
using the project for ArtifactRepository and other supplemental plugin information as
necessary. |
PluginDescriptor |
PluginLoader.loadPlugin(Plugin plugin,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the specified plugin, using the project for
the ArtifactRepository and other supplemental plugin information as necessary. |
PluginDescriptor |
DefaultPluginLoader.loadPlugin(Plugin plugin,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the specified plugin, using the project for
the ArtifactRepository and other supplemental plugin information as necessary. |
PluginDescriptor |
PluginLoader.loadReportPlugin(MojoBinding mojoBinding,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the report plugin implied by the specified MojoBinding,
using the project for ArtifactRepository and other supplemental report/plugin information as
necessary. |
PluginDescriptor |
DefaultPluginLoader.loadReportPlugin(MojoBinding mojoBinding,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the report plugin implied by the specified MojoBinding,
using the project for ArtifactRepository and other supplemental report/plugin information as
necessary. |
PluginDescriptor |
PluginLoader.loadReportPlugin(ReportPlugin reportPlugin,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the specified report plugin, using the project for
the ArtifactRepository and other supplemental report/plugin information as necessary. |
PluginDescriptor |
DefaultPluginLoader.loadReportPlugin(ReportPlugin plugin,
MavenProject project,
MavenSession session)
Load the PluginDescriptor instance for the specified report plugin, using the project for
the ArtifactRepository and other supplemental report/plugin information as necessary. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||