Uses of Class
org.apache.maven.plugin.PluginManagerException
Packages that use PluginManagerException
Package
Description
-
Uses of PluginManagerException in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that throw PluginManagerExceptionModifier and TypeMethodDescriptionDefaultLifecycleExecutor.calculateExecutionPlan
(MavenSession session, boolean setup, String... tasks) DefaultLifecycleExecutor.calculateExecutionPlan
(MavenSession session, String... tasks) LifecycleExecutor.calculateExecutionPlan
(MavenSession session, boolean setup, String... tasks) LifecycleExecutor.calculateExecutionPlan
(MavenSession session, String... tasks) -
Uses of PluginManagerException in org.apache.maven.plugin
Subclasses of PluginManagerException in org.apache.maven.pluginModifier and TypeClassDescriptionclass
Exception which occurs to indicate that the plugin cannot be initialized due to some deeper problem with Plexus.class
Exception in the plugin manager.class
Signals a plugin which is not compatible with the current Maven runtime.Methods in org.apache.maven.plugin that throw PluginManagerExceptionModifier and TypeMethodDescriptionvoid
BuildPluginManager.executeMojo
(MavenSession session, MojoExecution execution) void
DefaultBuildPluginManager.executeMojo
(MavenSession session, MojoExecution mojoExecution) org.codehaus.plexus.classworlds.realm.ClassRealm
BuildPluginManager.getPluginRealm
(MavenSession session, PluginDescriptor pluginDescriptor) org.codehaus.plexus.classworlds.realm.ClassRealm
DefaultBuildPluginManager.getPluginRealm
(MavenSession session, PluginDescriptor pluginDescriptor) TODO pluginDescriptor classRealm and artifacts are set as a side effect of this call, which is not nice.MavenPluginManager.setupExtensionsRealm
(MavenProject project, Plugin plugin, org.eclipse.aether.RepositorySystemSession session) Sets up class realm for the specified build extensions plugin.Constructors in org.apache.maven.plugin with parameters of type PluginManagerExceptionModifierConstructorDescriptionPluginLoaderException
(Plugin plugin, String message, PluginManagerException cause) -
Uses of PluginManagerException in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that throw PluginManagerExceptionModifier and TypeMethodDescriptionDefaultMavenPluginManager.setupExtensionsRealm
(MavenProject project, Plugin plugin, org.eclipse.aether.RepositorySystemSession session) -
Uses of PluginManagerException in org.apache.maven.project
Methods in org.apache.maven.project that throw PluginManagerExceptionModifier and TypeMethodDescriptionDefaultProjectBuildingHelper.createProjectRealm
(MavenProject project, Model model, ProjectBuildingRequest request) ProjectBuildingHelper.createProjectRealm
(MavenProject project, Model model, ProjectBuildingRequest request) Creates the project realm that hosts the build extensions of the specified model.