public final class ProjectSelector extends Object
MavenProject
from the project graph during the execution phase based on optional or
required selectors.Constructor and Description |
---|
ProjectSelector() |
Modifier and Type | Method and Description |
---|---|
Set<MavenProject> |
getOptionalProjectsBySelectors(MavenExecutionRequest request,
List<MavenProject> projects,
Set<String> projectSelectors) |
Set<MavenProject> |
getRequiredProjectsBySelectors(MavenExecutionRequest request,
List<MavenProject> projects,
Set<String> projectSelectors) |
public Set<MavenProject> getRequiredProjectsBySelectors(MavenExecutionRequest request, List<MavenProject> projects, Set<String> projectSelectors) throws MavenExecutionException
MavenExecutionException
public Set<MavenProject> getOptionalProjectsBySelectors(MavenExecutionRequest request, List<MavenProject> projects, Set<String> projectSelectors)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.