- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 608 for Execution (0.26 sec)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java
Element cleanPlugin = plugins.child("plugin").orElse(null); Element executions = cleanPlugin.child("executions").orElse(null); Element execution = executions.child("execution").orElse(null); Element phase = execution.child("phase").orElse(null); assertEquals("pre-clean", phase.textContent(), "Phase should remain as pre-clean for 4.0.0");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 38.8K bytes - Viewed (0) -
android/guava-testlib/pom.xml
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 29 17:59:17 UTC 2025 - 5K bytes - Viewed (0) -
pom.xml
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Dec 20 04:15:34 UTC 2025 - 4.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java
import org.apache.maven.project.MavenProject; /** * Lifecycle mapping delegate component interface. Calculates project build execution plan given {@link Lifecycle} and * lifecycle phase. Standard lifecycles use plugin execution {@code <phase>} or mojo default lifecycle phase to * calculate the execution plan, but custom lifecycles can use alternative mapping strategies. */ @Named(DefaultLifecycleMappingDelegate.HINT) @SingletonRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Dec 13 23:04:37 UTC 2024 - 8.5K bytes - Viewed (0) -
guava/pom.xml
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 21:36:50 UTC 2025 - 9.6K bytes - Viewed (0) -
pom.xml
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/PhaseExecutionPoint.java
public enum PhaseExecutionPoint { /** * Execution must occur before any executions of the phase proper. Failure of any {@code #BEFORE} dynamic phase * execution will prevent the {@link #AT} phase but will not prevent any {@link #AFTER} dynamic phases. */ BEFORE("before:"), /** * Execution is the execution of the phase proper. Failure of any {@code #AT} dynamic phase execution will failRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.8K bytes - Viewed (0) -
pom.xml
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Sat Dec 20 04:17:15 UTC 2025 - 4.7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java
MojoDescriptor mojoDescriptor = execution.getMojoDescriptor(); if (mojoDescriptor == null) { mojoDescriptor = pluginManager.getMojoDescriptor( execution.getPlugin(), execution.getGoal(), project.getRemotePluginRepositories(), session.getRepositorySession()); execution.setMojoDescriptor(mojoDescriptor); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 26.7K bytes - Viewed (0) -
.teamcity/pom.xml
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 22:04:16 UTC 2025 - 7.4K bytes - Viewed (2)