Uses of Class
org.apache.maven.plugin.PluginManagerException
Package
Description
-
Uses of PluginManagerException in org.apache.maven.lifecycle
Modifier 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
Modifier 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.Modifier 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.ModifierConstructorDescriptionPluginLoaderException
(Plugin plugin, String message, PluginManagerException cause) -
Uses of PluginManagerException in org.apache.maven.plugin.internal
Modifier and TypeMethodDescriptionDefaultMavenPluginManager.setupExtensionsRealm
(MavenProject project, Plugin plugin, org.eclipse.aether.RepositorySystemSession session) -
Uses of PluginManagerException in org.apache.maven.project
Modifier 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.