Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DependencyResolutionRequiredException (0.18 sec)

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

         * @return paths of all artifacts placed on the classpath
         * @throws DependencyResolutionRequiredException if an artifact file is used, but has not been resolved
         */
        private List<String> getClasspathElements(final Predicate<String> scopeFilter, final boolean includeTestDir)
                throws DependencyResolutionRequiredException {
            final List<String> list = new ArrayList<>(getArtifacts().size() + 2);
    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