Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getForkedExecutions (0.09 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/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 Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Jun 12 14:55:55 GMT 2025
    - 21K bytes
    - Click Count (0)
Back to Top