Class DefaultMaven
java.lang.Object
org.apache.maven.DefaultMaven
- All Implemented Interfaces:
 Maven
- 
Field Summary
 - 
Constructor Summary
ConstructorsConstructorDescriptionDefaultMaven(Lookup lookup, ExecutionEventCatapult eventCatapult, LegacySupport legacySupport, SessionScope sessionScope, RepositorySystemSessionFactory repositorySessionFactory, GraphBuilder graphBuilder, BuildResumptionAnalyzer buildResumptionAnalyzer, BuildResumptionDataRepository buildResumptionDataRepository, SuperPomProvider superPomProvider, DefaultSessionFactory defaultSessionFactory, org.eclipse.aether.repository.WorkspaceReader ideWorkspaceReader)  - 
Method Summary
Modifier and TypeMethodDescriptionexecute(MavenExecutionRequest request) protected org.slf4j.LoggerDeprecated.protected <T> Collection<T> getProjectScopedExtensionComponents(Collection<MavenProject> projects, Class<T> role) org.eclipse.aether.RepositorySystemSessionDeprecated.If you use this method and your code is not in Maven Core, stop doing this. 
- 
Constructor Details
- 
DefaultMaven
@Inject public DefaultMaven(Lookup lookup, ExecutionEventCatapult eventCatapult, LegacySupport legacySupport, SessionScope sessionScope, RepositorySystemSessionFactory repositorySessionFactory, @Named("graphBuilder") GraphBuilder graphBuilder, BuildResumptionAnalyzer buildResumptionAnalyzer, BuildResumptionDataRepository buildResumptionDataRepository, SuperPomProvider superPomProvider, DefaultSessionFactory defaultSessionFactory, @Nullable @Named("ide") org.eclipse.aether.repository.WorkspaceReader ideWorkspaceReader)  
 - 
 - 
Method Details
- 
execute
 - 
newRepositorySession
@Deprecated public org.eclipse.aether.RepositorySystemSession newRepositorySession(MavenExecutionRequest request) Deprecated.If you use this method and your code is not in Maven Core, stop doing this.Nobody should ever use this method. - 
getProjectScopedExtensionComponents
protected <T> Collection<T> getProjectScopedExtensionComponents(Collection<MavenProject> projects, Class<T> role)  - 
getLogger
Deprecated. 
 -