- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setGoals (0.11 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
disableInteractiveModeIfNeeded(cliRequest, request); enableOnPresentOption(commandLine, CLIManager.SUPPRESS_SNAPSHOT_UPDATES, request::setNoSnapshotUpdates); request.setGoals(commandLine.getArgList()); request.setReactorFailureBehavior(determineReactorFailureBehaviour(commandLine)); disableOnPresentOption(commandLine, CLIManager.NON_RECURSIVE, request::setRecursive);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
for (Plugin plugin : project.getBuild().getPlugins()) { for (PluginExecution execution : plugin.getExecutions()) { for (String goal : execution.getGoals()) { MojoDescriptor mojoDescriptor = getMojoDescriptor(project, plugin, goal); String phase =
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0)