- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSnapshotRepository (0.15 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java
DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) { DeploymentRepository src = source.getSnapshotRepository(); if (src != null) { DeploymentRepository tgt = target.getSnapshotRepository(); if (sourceDominant || tgt == null) { tgt = new DeploymentRepository(); tgt.setLocation("", src.getLocation(""));Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 21.7K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
String org, val; // Repository visit(distributionManagement.getRepository()); // SnapshotRepository visit(distributionManagement.getSnapshotRepository()); // Site visit(distributionManagement.getSite()); // DownloadUrl org = distributionManagement.getDownloadUrl();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0)