- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ProjectActivationSettings (0.16 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/execution/ProjectActivation.java
*/ public class ProjectActivation { /** * ProjectActivationSettings * @param selector the selector of a project, which can be the project directory, [groupId]:[artifactId] or :[artifactId] * @param activationSettings describes how/when to active or deactivate the project */ public record ProjectActivationSettings(String selector, ActivationSettings activationSettings) {} /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 11 16:38:19 GMT 2025 - 7.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/graph/ProjectSelector.java
MavenExecutionRequest request, List<MavenProject> projects, List<ProjectActivation.ProjectActivationSettings> projectSelectors) throws MavenExecutionException { Set<MavenProject> resolvedOptionalProjects = new LinkedHashSet<>(); Set<ProjectActivation.ProjectActivationSettings> unresolvedSelectors = new HashSet<>(); File baseDirectory = getBaseDirectoryFromRequest(request);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 11 16:38:19 GMT 2025 - 7.8K bytes - Click Count (0)