- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for UserPropertiesArtifactRelocationSource (0.33 sec)
-
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation/UserPropertiesArtifactRelocationSource.java
*/ @Singleton @Named(UserPropertiesArtifactRelocationSource.NAME) @Priority(50) @Deprecated(since = "4.0.0") public final class UserPropertiesArtifactRelocationSource implements MavenArtifactRelocationSource { public static final String NAME = "userProperties"; private static final Logger LOGGER = LoggerFactory.getLogger(UserPropertiesArtifactRelocationSource.class);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.1K bytes - Viewed (0) -
compat/maven-resolver-provider/src/test/resources/META-INF/sisu/javax.inject.Named
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/RepositorySystemSupplier.java
// from maven-resolver-provider LinkedHashMap<String, MavenArtifactRelocationSource> result = new LinkedHashMap<>(); result.put(UserPropertiesArtifactRelocationSource.NAME, new UserPropertiesArtifactRelocationSource()); result.put( DistributionManagementArtifactRelocationSource.NAME, new DistributionManagementArtifactRelocationSource());
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
// from maven-resolver-provider LinkedHashMap<String, MavenArtifactRelocationSource> result = new LinkedHashMap<>(); result.put(UserPropertiesArtifactRelocationSource.NAME, new UserPropertiesArtifactRelocationSource()); result.put( DistributionManagementArtifactRelocationSource.NAME, new DistributionManagementArtifactRelocationSource());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 45.7K bytes - Viewed (0)