- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getMavenArtifactRelocationSources (0.13 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/RepositorySystemSupplier.java
return result; } private LinkedHashMap<String, MavenArtifactRelocationSource> artifactRelocationSources; public final LinkedHashMap<String, MavenArtifactRelocationSource> getMavenArtifactRelocationSources() { checkClosed(); if (artifactRelocationSources == null) { artifactRelocationSources = createMavenArtifactRelocationSources(); } return artifactRelocationSources;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 45.6K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenRepositorySystemSupplier.java
return result; } private LinkedHashMap<String, MavenArtifactRelocationSource> artifactRelocationSources; public final LinkedHashMap<String, MavenArtifactRelocationSource> getMavenArtifactRelocationSources() { checkClosed(); if (artifactRelocationSources == null) { artifactRelocationSources = createMavenArtifactRelocationSources(); } return artifactRelocationSources;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 45.7K bytes - Viewed (0)