Class DefaultProjectsSelector
java.lang.Object
org.apache.maven.project.collector.DefaultProjectsSelector
- All Implemented Interfaces:
- ProjectsSelector
Utility to select projects for a given set of pom.xml files.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionselectProjects(List<File> files, MavenExecutionRequest request) Select Maven projects from a list of POM files.
- 
Constructor Details- 
DefaultProjectsSelector
 
- 
- 
Method Details- 
selectProjectspublic List<MavenProject> selectProjects(List<File> files, MavenExecutionRequest request) throws ProjectBuildingException Description copied from interface:ProjectsSelectorSelect Maven projects from a list of POM files.- Specified by:
- selectProjectsin interface- ProjectsSelector
- Parameters:
- files- List of POM files.
- request- The- MavenExecutionRequest
- Returns:
- A list of projects that have been found in the specified POM files.
- Throws:
- ProjectBuildingException- In case the POMs are not used.
 
 
-