Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MavenArtifactRelocationSource (0.11 sec)

  1. 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) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  2. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java

        private final RepositoryEventDispatcher repositoryEventDispatcher;
        private final ModelBuilder modelBuilder;
        private final ModelCacheFactory modelCacheFactory;
        private final Map<String, MavenArtifactRelocationSource> artifactRelocationSources;
        private final ArtifactDescriptorReaderDelegate delegate;
        private final Logger logger = LoggerFactory.getLogger(getClass());
    
        @Inject
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. 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) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top