Uses of Class
org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException
Packages that use NoPluginFoundForPrefixException
Package
Description
-
Uses of NoPluginFoundForPrefixException in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that throw NoPluginFoundForPrefixExceptionModifier 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) -
Uses of NoPluginFoundForPrefixException in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that throw NoPluginFoundForPrefixExceptionModifier 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) 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.findPluginForPrefix
(String prefix, MavenSession session) 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 NoPluginFoundForPrefixException in org.apache.maven.lifecycle.internal.builder
Methods in org.apache.maven.lifecycle.internal.builder that throw NoPluginFoundForPrefixExceptionModifier and TypeMethodDescriptionBuilderCommon.resolveBuildPlan
(MavenSession session, MavenProject project, TaskSegment taskSegment, Set<Artifact> projectArtifacts) -
Uses of NoPluginFoundForPrefixException in org.apache.maven.plugin.prefix
Methods in org.apache.maven.plugin.prefix that throw NoPluginFoundForPrefixExceptionModifier and TypeMethodDescriptionPluginPrefixResolver.resolve
(PluginPrefixRequest request) Resolves the plugin prefix for the specified request. -
Uses of NoPluginFoundForPrefixException in org.apache.maven.plugin.prefix.internal
Methods in org.apache.maven.plugin.prefix.internal that throw NoPluginFoundForPrefixExceptionModifier and TypeMethodDescriptionDefaultPluginPrefixResolver.resolve
(PluginPrefixRequest request)