- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSettingsNoPom (0.07 sec)
-
impl/maven-core/src/test/java/org/apache/maven/settings/PomConstructionWithSettingsTest.java
private File testDirectory; @BeforeEach void setUp() throws Exception { testDirectory = new File(getBasedir(), BASE_POM_DIR); } @Test void testSettingsNoPom() throws Exception { PomTestWrapper pom = buildPom("settings-no-pom"); assertEquals("local-profile-prop-value", pom.getValue("properties/local-profile-prop")); } /** * MNG-4107Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.5K bytes - Viewed (0)