Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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 classpath elements. This method is invoked when the caller
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 56.6K bytes
    - Viewed (0)
Back to top