@Component(role=LifecycleModuleBuilder.class) public class LifecycleModuleBuilder extends Object
Builds one or more lifecycles for a full module
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.| Constructor and Description | 
|---|
| LifecycleModuleBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | buildProject(MavenSession session,
            MavenSession rootSession,
            ReactorContext reactorContext,
            MavenProject currentProject,
            TaskSegment taskSegment) | 
| void | buildProject(MavenSession session,
            ReactorContext reactorContext,
            MavenProject currentProject,
            TaskSegment taskSegment) | 
| void | setProjectExecutionListeners(List<ProjectExecutionListener> listeners) | 
public void setProjectExecutionListeners(List<ProjectExecutionListener> listeners)
public void buildProject(MavenSession session, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment)
public void buildProject(MavenSession session, MavenSession rootSession, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment)
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.