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) voidDefaultLifecycleExecutor.calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) voidLifecycleExecutor.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) voidDefaultLifecycleExecutionPlanCalculator.calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) voidLifecycleExecutionPlanCalculator.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) org.apache.maven.plugin.descriptor.MojoDescriptorMojoDescriptorCreator.getMojoDescriptor(String task, MavenSession session, MavenProject project) voidDefaultLifecycleExecutionPlanCalculator.setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution) voidLifecycleExecutionPlanCalculator.setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution) -
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<org.apache.maven.artifact.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) org.apache.maven.plugin.descriptor.PluginDescriptorDefaultPluginDescriptorCache.get(PluginDescriptorCache.Key key, PluginDescriptorCache.PluginDescriptorSupplier supplier) DefaultPluginRealmCache.get(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) PluginArtifactsCache.get(PluginArtifactsCache.Key key) default org.apache.maven.plugin.descriptor.PluginDescriptorPluginDescriptorCache.get(PluginDescriptorCache.Key key, PluginDescriptorCache.PluginDescriptorSupplier supplier) default PluginRealmCache.CacheRecordPluginRealmCache.get(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) org.apache.maven.plugin.descriptor.MojoDescriptorBuildPluginManager.getMojoDescriptor(org.apache.maven.model.Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.apache.maven.plugin.descriptor.MojoDescriptorDefaultBuildPluginManager.getMojoDescriptor(org.apache.maven.model.Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.apache.maven.plugin.descriptor.MojoDescriptorMavenPluginManager.getMojoDescriptor(org.apache.maven.model.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.org.apache.maven.plugin.descriptor.PluginDescriptorMavenPluginManager.getPluginDescriptor(org.apache.maven.model.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.ClassRealmBuildPluginManager.getPluginRealm(MavenSession session, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) org.codehaus.plexus.classworlds.realm.ClassRealmDefaultBuildPluginManager.getPluginRealm(MavenSession session, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) TODO pluginDescriptor classRealm and artifacts are set as a side effect of this call, which is not nice.org.apache.maven.plugin.descriptor.PluginDescriptorPluginDescriptorCache.PluginDescriptorSupplier.load()PluginRealmCache.PluginRealmSupplier.load()org.apache.maven.plugin.descriptor.PluginDescriptorBuildPluginManager.loadPlugin(org.apache.maven.model.Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.apache.maven.plugin.descriptor.PluginDescriptorDefaultBuildPluginManager.loadPlugin(org.apache.maven.model.Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) voidMavenPluginManager.setupPluginRealm(org.apache.maven.plugin.descriptor.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 TypeMethodDescriptionorg.apache.maven.plugin.descriptor.MojoDescriptorDefaultMavenPluginManager.getMojoDescriptor(org.apache.maven.model.Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.apache.maven.plugin.descriptor.PluginDescriptorDefaultMavenPluginManager.getPluginDescriptor(org.apache.maven.model.Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.artifact.ArtifactDefaultPluginDependenciesResolver.resolve(org.apache.maven.model.Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.graph.DependencyNodeDefaultPluginDependenciesResolver.resolve(org.apache.maven.model.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.ArtifactPluginDependenciesResolver.resolve(org.apache.maven.model.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.DependencyNodePluginDependenciesResolver.resolve(org.apache.maven.model.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.DependencyNodeDefaultPluginDependenciesResolver.resolveCoreExtension(org.apache.maven.model.Plugin plugin, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) voidDefaultMavenPluginManager.setupPluginRealm(org.apache.maven.plugin.descriptor.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, org.apache.maven.model.Model model, ProjectBuildingRequest request) ProjectBuildingHelper.createProjectRealm(MavenProject project, org.apache.maven.model.Model model, ProjectBuildingRequest request) Creates the project realm that hosts the build extensions of the specified model.