Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for DistributionManagementArtifactRelocationSource (0.28 sec)

  1. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation/DistributionManagementArtifactRelocationSource.java

     */
    @Singleton
    @Named(DistributionManagementArtifactRelocationSource.NAME)
    @Priority(5)
    @Deprecated(since = "4.0.0")
    public final class DistributionManagementArtifactRelocationSource implements MavenArtifactRelocationSource {
        public static final String NAME = "distributionManagement";
        private static final Logger LOGGER = LoggerFactory.getLogger(DistributionManagementArtifactRelocationSource.class);
    
        @Override
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. compat/maven-resolver-provider/src/test/resources/META-INF/sisu/javax.inject.Named

    org.apache.maven.repository.internal.SnapshotMetadataGeneratorFactory
    org.apache.maven.repository.internal.VersionsMetadataGeneratorFactory
    org.apache.maven.repository.internal.relocation.DistributionManagementArtifactRelocationSource
    org.apache.maven.repository.internal.relocation.UserPropertiesArtifactRelocationSource
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 838 bytes
    - Viewed (0)
  3. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/RepositorySystemSupplier.java

            result.put(UserPropertiesArtifactRelocationSource.NAME, new UserPropertiesArtifactRelocationSource());
            result.put(
                    DistributionManagementArtifactRelocationSource.NAME,
                    new DistributionManagementArtifactRelocationSource());
            return result;
        }
    
        private ArtifactDescriptorReader artifactDescriptorReader;
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  4. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenRepositorySystemSupplier.java

            result.put(UserPropertiesArtifactRelocationSource.NAME, new UserPropertiesArtifactRelocationSource());
            result.put(
                    DistributionManagementArtifactRelocationSource.NAME,
                    new DistributionManagementArtifactRelocationSource());
            return result;
        }
    
        private ArtifactDescriptorReader artifactDescriptorReader;
    
    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