- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testUrlAppendWithChildPathAdjustment (0.13 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals("file:////host/site/test-child", pom.getValue("distributionManagement/site/url")); } /** MNG-2006 */ @Test void testUrlAppendWithChildPathAdjustment() throws Exception { PomTestWrapper pom = this.buildPom("url-append/child"); assertEquals("https://project.url/child", pom.getValue("url"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0)