- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for calculateForkedExecutions (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
PluginVersionResolutionException { return calculateExecutionPlan(session, true, tasks); } // Site 3.x @Override public void calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) throws MojoNotFoundException, PluginNotFoundException, PluginResolutionException,Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 7.1K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleExecutor.java
pluginExecution.addGoal(goal); plugin.addExecution(pluginExecution); } return plugin; } @Override public void calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) {} @Override public List<MavenProject> executeForkedExecutions(MojoExecution mojoExecution, MavenSession session) { return Collections.emptyList();
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3.6K bytes - Click Count (0)