- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setForkedExecutions (0.23 sec)
-
impl/maven-core/src/main/java/org/apache/maven/plugin/MojoExecution.java
this.mojoDescriptor = mojoDescriptor; } public Map<String, List<MojoExecution>> getForkedExecutions() { return forkedExecutions; } public void setForkedExecutions(String projectKey, List<MojoExecution> forkedExecutions) { this.forkedExecutions.put(projectKey, forkedExecutions); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java
} // This List can be empty when the executions are already present in the plan if (!forkedExecutions.isEmpty()) { mojoExecution.setForkedExecutions(BuilderCommon.getKey(forkedProject), forkedExecutions); } } } private List<MojoExecution> calculateForkedLifecycle( MojoExecution mojoExecution,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 26.7K bytes - Viewed (0)