- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for activateOptionalProjectNonRecursive (0.14 sec)
-
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultBuildResumptionDataRepository.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 16:38:19 UTC 2025 - 4.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/ProjectActivation.java
} /** * Mark a project as optional and activated. * @param selector The selector of the project. */ public void activateOptionalProjectNonRecursive(String selector) { this.activations.add(new ProjectActivationSettings(selector, ActivationSettings.of(true, true, false))); } /** * Mark a project as required and deactivated.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 16:38:19 UTC 2025 - 7.2K bytes - Viewed (0)