- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testValidateUniqueProxyId (0.08 sec)
-
compat/maven-settings-builder/src/test/java/org/apache/maven/settings/validation/DefaultSettingsValidatorTest.java
"'profiles.profile[pro].repositories.repository.id' must be unique" + " but found duplicate repository with id test"); } @Test void testValidateUniqueProxyId() throws Exception { Settings settings = new Settings(); Proxy proxy = new Proxy(); String id = "foo"; proxy.setId(id); proxy.setHost("www.example.com");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 8.5K bytes - Viewed (0)