- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for addProjectActivation (0.11 sec)
-
impl/maven-core/src/main/java/org/apache/maven/execution/ProjectActivation.java
* @param selector The selector of the project. * @param active Should the project be activated? * @param optional Can the build continue if the project does not exist? */ public void addProjectActivation(String selector, boolean active, boolean optional) { final ActivationSettings settings = ActivationSettings.of(active, optional); this.activations.add(new ProjectActivationSettings(selector, settings)); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 16:38:19 UTC 2025 - 7.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
optional = true; selector = selector.substring(1); } projectActivation.addProjectActivation(selector, active, optional); } } } } protected void performProfileActivation(MavenContext context, ProfileActivation profileActivation) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
optional = true; selector = selector.substring(1); } projectActivation.addProjectActivation(selector, active, optional); } } } } // Visible for testingRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0)