- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ProjectActivation (0.06 sec)
-
impl/maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
boolean parameterRecursive) { // Given ProjectActivation projectActivation = new ProjectActivation(); parameterActiveRequiredProjects.forEach(projectActivation::activateRequiredProject); parameterActiveOptionalProjects.forEach(projectActivation::activateOptionalProject); parameterInactiveRequiredProjects.forEach(projectActivation::deactivateRequiredProject);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 20:39:03 UTC 2025 - 28K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
} return current.isFile() ? current : null; } // Visible for testing static void performProjectActivation(final CommandLine commandLine, final ProjectActivation projectActivation) { if (commandLine.hasOption(CLIManager.PROJECT_LIST)) { final String[] optionValues = commandLine.getOptionValues(CLIManager.PROJECT_LIST);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0)