- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testValidateRepository (0.07 sec)
-
compat/maven-settings-builder/src/test/java/org/apache/maven/settings/validation/DefaultSettingsValidatorTest.java
assertContains(problems.messages.get(3), "'mirrors.mirror.id' must not contain any of these characters"); } @Test void testValidateRepository() throws Exception { Profile profile = new Profile(); Repository repo = new Repository(); repo.setId("local"); profile.addRepository(repo); repo = new Repository();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 8.5K bytes - Viewed (0)