Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getEffectiveScope (0.07 seconds)

  1. compat/maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java

                ArtifactFactory factory, Dependency dependency, String inheritedScope, ArtifactFilter inheritedFilter)
                throws InvalidVersionSpecificationException {
            String effectiveScope = getEffectiveScope(dependency.getScope(), inheritedScope);
    
            if (effectiveScope == null) {
                return null;
            }
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Sep 25 12:03:50 GMT 2025
    - 30.4K bytes
    - Click Count (0)
Back to Top