- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testValidateRepository (2.81 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 Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.6K bytes - Viewed (0)