Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getSnapshotRepository (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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 Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 21.7K bytes
    - Click Count (0)
Back to Top