Class PomlessCollectionStrategy
java.lang.Object
org.apache.maven.project.collector.PomlessCollectionStrategy
- All Implemented Interfaces:
 ProjectCollectionStrategy
@Named("PomlessCollectionStrategy")
@Singleton
public class PomlessCollectionStrategy
extends Object
implements ProjectCollectionStrategy
Strategy to collect projects for building when the Maven invocation is not in a directory that contains a pom.xml.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PomlessCollectionStrategy
 
 - 
 - 
Method Details
- 
collectProjects
public List<MavenProject> collectProjects(MavenExecutionRequest request) throws ProjectBuildingException - Specified by:
 collectProjectsin interfaceProjectCollectionStrategy- Parameters:
 request-- Returns:
 - Throws:
 ProjectBuildingException
 
 -