Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ArtifactsSetWithResult (0.06 sec)

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

                artifacts = setWithResolutionResult;
            } else if (projectArtifacts instanceof ArtifactsSetWithResult artifactsSetWithResult) {
                artifacts = new SetWithResolutionResult(artifactsSetWithResult.getResult(), projectArtifacts);
            } else {
                throw new IllegalArgumentException("projectArtifacts must implement ArtifactsSetWithResult");
            }
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Sep 29 14:45:25 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top