Uses of Class
org.apache.maven.lifecycle.LifecycleExecutionException
-
-
Uses of LifecycleExecutionException in org.apache.maven.execution
Methods in org.apache.maven.execution that throw LifecycleExecutionException Modifier and Type Method Description voidProjectExecutionListener. afterProjectExecutionSuccess(ProjectExecutionEvent event)voidProjectExecutionListener. beforeProjectExecution(ProjectExecutionEvent event)voidProjectExecutionListener. beforeProjectLifecycleExecution(ProjectExecutionEvent event) -
Uses of LifecycleExecutionException in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that throw LifecycleExecutionException Modifier and Type Method Description java.util.List<MavenProject>DefaultLifecycleExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session)java.util.List<MavenProject>LifecycleExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session) -
Uses of LifecycleExecutionException in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that throw LifecycleExecutionException Modifier and Type Method Description voidMojoExecutor. ensureDependenciesAreResolved(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenSession session, DependencyContext dependencyContext)voidMojoExecutor. execute(MavenSession session, java.util.List<MojoExecution> mojoExecutions, ProjectIndex projectIndex)java.util.List<MavenProject>MojoExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session, ProjectIndex projectIndex)voidLifecycleDependencyResolver. resolveProjectDependencies(MavenProject project, java.util.Collection<java.lang.String> scopesToCollect, java.util.Collection<java.lang.String> scopesToResolve, MavenSession session, boolean aggregating, java.util.Set<org.apache.maven.artifact.Artifact> projectArtifacts) -
Uses of LifecycleExecutionException in org.apache.maven.lifecycle.internal.builder
Methods in org.apache.maven.lifecycle.internal.builder that throw LifecycleExecutionException Modifier and Type Method Description MavenExecutionPlanBuilderCommon. resolveBuildPlan(MavenSession session, MavenProject project, TaskSegment taskSegment, java.util.Set<org.apache.maven.artifact.Artifact> projectArtifacts) -
Uses of LifecycleExecutionException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw LifecycleExecutionException Modifier and Type Method Description voidDefaultMojosExecutionStrategy. execute(java.util.List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoRunner)voidMojosExecutionStrategy. execute(java.util.List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoExecutionRunner)Entry point to the execution strategyvoidMojoExecutionRunner. run(MojoExecution execution)Runs mojo execution -
Uses of LifecycleExecutionException in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return LifecycleExecutionException Modifier and Type Method Description LifecycleExecutionExceptionProjectArtifactsCache.CacheRecord. getException()Methods in org.apache.maven.project.artifact with parameters of type LifecycleExecutionException Modifier and Type Method Description ProjectArtifactsCache.CacheRecordDefaultProjectArtifactsCache. put(ProjectArtifactsCache.Key key, LifecycleExecutionException exception)ProjectArtifactsCache.CacheRecordProjectArtifactsCache. put(ProjectArtifactsCache.Key key, LifecycleExecutionException e)Methods in org.apache.maven.project.artifact that throw LifecycleExecutionException Modifier and Type Method Description ProjectArtifactsCache.CacheRecordDefaultProjectArtifactsCache. get(ProjectArtifactsCache.Key key)ProjectArtifactsCache.CacheRecordProjectArtifactsCache. get(ProjectArtifactsCache.Key key)
-