Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ArtifactsSetWithResult (0.08 seconds)

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

                    project, scopesToCollect, scopesToResolve, session, aggregating, projectArtifacts);
            if (resolvedArtifacts instanceof ProjectArtifactsCache.ArtifactsSetWithResult artifactsSetWithResult) {
                return artifactsSetWithResult.getResult();
            } else {
                throw new IllegalStateException();
            }
        }
    
        public Set<Artifact> resolveProjectArtifacts(
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 15.6K bytes
    - Click Count (0)
Back to Top