Uses of Class
org.apache.maven.plugin.PluginResolutionException
Packages that use PluginResolutionException
Package
Description
-
Uses of PluginResolutionException in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that throw PluginResolutionExceptionModifier 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) void
DefaultLifecycleExecutor.calculateForkedExecutions
(MojoExecution mojoExecution, MavenSession session) void
LifecycleExecutor.calculateForkedExecutions
(MojoExecution mojoExecution, MavenSession session) LifecycleMappingDelegate.calculateLifecycleMappings
(MavenSession session, MavenProject project, Lifecycle lifecycle, String lifecyclePhase) -
Uses of PluginResolutionException in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that throw PluginResolutionExceptionModifier and TypeMethodDescriptionDefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan
(MavenSession session, MavenProject project, List<Object> tasks) DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan
(MavenSession session, MavenProject project, List<Object> tasks, boolean setup) LifecycleExecutionPlanCalculator.calculateExecutionPlan
(MavenSession session, MavenProject project, List<Object> tasks) LifecycleExecutionPlanCalculator.calculateExecutionPlan
(MavenSession session, MavenProject project, List<Object> tasks, boolean setup) void
DefaultLifecycleExecutionPlanCalculator.calculateForkedExecutions
(MojoExecution mojoExecution, MavenSession session) void
LifecycleExecutionPlanCalculator.calculateForkedExecutions
(MojoExecution mojoExecution, MavenSession session) DefaultLifecycleMappingDelegate.calculateLifecycleMappings
(MavenSession session, MavenProject project, Lifecycle lifecycle, String lifecyclePhase) DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions
(MavenSession session, MavenProject project, List<Object> tasks) DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session) DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session, List<String> tasks) LifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session) LifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session, List<String> tasks) MojoDescriptorCreator.getMojoDescriptor
(String task, MavenSession session, MavenProject project) void
DefaultLifecycleExecutionPlanCalculator.setupMojoExecution
(MavenSession session, MavenProject project, MojoExecution mojoExecution, Set<MojoDescriptor> alreadyPlannedExecutions) void
LifecycleExecutionPlanCalculator.setupMojoExecution
(MavenSession session, MavenProject project, MojoExecution mojoExecution, Set<MojoDescriptor> alreadyPlannedExecutions) -
Uses of PluginResolutionException in org.apache.maven.lifecycle.internal.builder
Methods in org.apache.maven.lifecycle.internal.builder that throw PluginResolutionExceptionModifier and TypeMethodDescriptionBuilderCommon.resolveBuildPlan
(MavenSession session, MavenProject project, TaskSegment taskSegment, Set<Artifact> projectArtifacts) -
Uses of PluginResolutionException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that return PluginResolutionExceptionMethods in org.apache.maven.plugin with parameters of type PluginResolutionExceptionModifier and TypeMethodDescriptionDefaultPluginArtifactsCache.put
(PluginArtifactsCache.Key key, PluginResolutionException exception) PluginArtifactsCache.put
(PluginArtifactsCache.Key key, PluginResolutionException e) Methods in org.apache.maven.plugin that throw PluginResolutionExceptionModifier and TypeMethodDescriptionDefaultPluginArtifactsCache.get
(PluginArtifactsCache.Key key) DefaultPluginDescriptorCache.get
(PluginDescriptorCache.Key key, PluginDescriptorCache.PluginDescriptorSupplier supplier) DefaultPluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) PluginArtifactsCache.get
(PluginArtifactsCache.Key key) PluginDescriptorCache.get
(PluginDescriptorCache.Key key, PluginDescriptorCache.PluginDescriptorSupplier supplier) PluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) BuildPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultBuildPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) MavenPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Retrieves the descriptor for the specified plugin goal from the plugin's main artifact.MavenPluginManager.getPluginDescriptor
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Retrieves the descriptor for the specified plugin from its main artifact.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.PluginDescriptorCache.PluginDescriptorSupplier.load()
PluginRealmCache.PluginRealmSupplier.load()
BuildPluginManager.loadPlugin
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultBuildPluginManager.loadPlugin
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) void
MavenPluginManager.setupPluginRealm
(PluginDescriptor pluginDescriptor, MavenSession session, ClassLoader parent, List<String> imports, org.eclipse.aether.graph.DependencyFilter filter) Sets up the class realm for the specified plugin.Constructors in org.apache.maven.plugin with parameters of type PluginResolutionException -
Uses of PluginResolutionException in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that throw PluginResolutionExceptionModifier and TypeMethodDescriptionDefaultMavenPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultMavenPluginManager.getPluginDescriptor
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.artifact.Artifact
DefaultPluginDependenciesResolver.resolve
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.graph.DependencyNode
DefaultPluginDependenciesResolver.resolve
(Plugin plugin, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.artifact.Artifact
PluginDependenciesResolver.resolve
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Resolves the main artifact of the specified plugin.org.eclipse.aether.graph.DependencyNode
PluginDependenciesResolver.resolve
(Plugin plugin, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Resolves the runtime dependencies of the specified plugin.org.eclipse.aether.graph.DependencyNode
DefaultPluginDependenciesResolver.resolveCoreExtension
(Plugin plugin, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) void
DefaultMavenPluginManager.setupPluginRealm
(PluginDescriptor pluginDescriptor, MavenSession session, ClassLoader parent, List<String> imports, org.eclipse.aether.graph.DependencyFilter filter) -
Uses of PluginResolutionException in org.apache.maven.project
Methods in org.apache.maven.project that throw PluginResolutionExceptionModifier 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.