- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getForkedExecutions (0.37 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanLogger.java
+ ':' + mojoExecution.getGoal() + " (" + mojoExecution.getExecutionId() + ')'; Map<String, List<MojoExecution>> forkedExecutions = mojoExecution.getForkedExecutions(); if (!forkedExecutions.isEmpty()) { for (Map.Entry<String, List<MojoExecution>> fork : forkedExecutions.entrySet()) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:36 GMT 2025 - 7.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java
throws LifecycleExecutionException { List<MavenProject> forkedProjects = Collections.emptyList(); Map<String, List<MojoExecution>> forkedExecutions = mojoExecution.getForkedExecutions(); if (!forkedExecutions.isEmpty()) { eventCatapult.fire(ExecutionEvent.Type.ForkStarted, session, mojoExecution); MavenProject project = session.getCurrentProject();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jun 12 14:55:55 GMT 2025 - 21K bytes - Click Count (0)