Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isTestPathElement (0.05 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java

            return Artifact.SCOPE_COMPILE.equals(scope) || Artifact.SCOPE_RUNTIME.equals(scope);
        }
    
        // TODO let the scope handler deal with this
        private static boolean isTestPathElement(final String scope) {
            return true;
        }
    
        /**
         * Returns a filtered list of class path elements. This method is invoked when the caller
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Aug 29 12:47:20 UTC 2025
    - 67K bytes
    - Viewed (0)
Back to top