Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for toScopes (0.03 seconds)

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

                MojoDescriptor mojoDescriptor = mojoExecution.getMojoDescriptor();
    
                scopesToResolve.addAll(toScopes(mojoDescriptor.getDependencyResolutionRequired()));
    
                scopesToCollect.addAll(toScopes(mojoDescriptor.getDependencyCollectionRequired()));
            }
        }
    
        private Collection<String> toScopes(String classpath) {
            Collection<String> scopes = Collections.emptyList();
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Jun 12 14:55:55 GMT 2025
    - 21K bytes
    - Click Count (0)
Back to Top