public interface ProjectsSelector
| Modifier and Type | Method and Description |
|---|---|
List<MavenProject> |
selectProjects(List<File> files,
MavenExecutionRequest request)
Select Maven projects from a list of POM files.
|
List<MavenProject> selectProjects(List<File> files, MavenExecutionRequest request) throws ProjectBuildingException
files - List of POM files.request - The MavenExecutionRequestProjectBuildingException - In case the POMs are not used.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.