- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getRequiredInactiveProjectSelectors (0.12 sec)
-
impl/maven-core/src/main/java/org/apache/maven/execution/ProjectActivation.java
return getProjectSelectors(pa -> pa.optional() && pa.active()); } /** * @return Required inactive project selectors, never {@code null}. */ public Set<String> getRequiredInactiveProjectSelectors() { return getProjectSelectors(pa -> !pa.optional() && !pa.active()); } /** * @return Optional inactive project selectors, never {@code null}. */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 16:38:19 UTC 2025 - 7.2K bytes - Viewed (0)