Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isForking (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java

                        LifecyclePhaseNotFoundException, LifecycleNotFoundException, PluginVersionResolutionException {
            MojoDescriptor mojoDescriptor = mojoExecution.getMojoDescriptor();
    
            if (!mojoDescriptor.isForking()) {
                return;
            }
    
            alreadyPlannedExecutions.add(mojoDescriptor);
    
            List<MavenProject> forkedProjects =
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Mar 25 09:45:07 GMT 2025
    - 26.7K bytes
    - Click Count (0)
Back to Top