Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyArtifact (0.16 sec)

  1. maven-compat/src/main/java/org/apache/maven/project/artifact/DefaultMavenMetadataCache.java

                    List<ArtifactRepository> remoteRepositories) {
                this.pomArtifact = ArtifactUtils.copyArtifact(pomArtifact);
                this.relocatedArtifact = ArtifactUtils.copyArtifactSafe(relocatedArtifact);
                this.artifacts = ArtifactUtils.copyArtifacts(artifacts, new ArrayList<>());
                this.remoteRepositories = new ArrayList<>(remoteRepositories);
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Jun 15 14:24:56 GMT 2023
    - 11.8K bytes
    - Viewed (0)
Back to top