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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PomlessCollectionStrategy
 
- 
- 
Method Details- 
collectProjectspublic List<MavenProject> collectProjects(MavenExecutionRequest request) throws ProjectBuildingException - Specified by:
- collectProjectsin interface- ProjectCollectionStrategy
- Returns:
- Throws:
- ProjectBuildingException
 
 
-