Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for snapshotRepository (0.08 seconds)

  1. compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java

            assertContains(result.getWarnings().get(2), "'distributionManagement.repository.id' must not be 'local'");
            assertContains(
                    result.getWarnings().get(3), "'distributionManagement.snapshotRepository.id' must not be 'local'");
        }
    
        @Test
        void testMissingPluginDependencyGroupId() throws Exception {
            SimpleProblemCollector result = validate("missing-plugin-dependency-groupId.xml");
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 33.9K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                    validate20EffectiveRepository(
                            problems,
                            distMgmt.getSnapshotRepository(),
                            "distributionManagement.snapshotRepository.",
                            request);
                }
            }
        }
    
        private void validate20RawDependencies(
                ModelProblemCollector problems,
                List<Dependency> dependencies,
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Sep 03 15:06:05 GMT 2025
    - 66.8K bytes
    - Click Count (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

                remote repository.</description>
              <association>
                <type>DeploymentRepository</type>
              </association>
            </field>
            <field>
              <name>snapshotRepository</name>
              <version>4.0.0+</version>
              <description>
                Where to deploy snapshots of artifacts to. If not given, it defaults to the
                {@code repository} element.
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 17 09:48:21 GMT 2026
    - 133.5K bytes
    - Click Count (0)
Back to Top