- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for PomTestWrapper (0.06 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/harness/PomTestWrapper.java
import org.apache.maven.project.MavenProject; public class PomTestWrapper { private File pomFile; private JXPathContext context; private MavenProject mavenProject; static { JXPathContextReferenceImpl.addNodePointerFactory(new Xpp3DomPointerFactory()); } public PomTestWrapper(File pomFile, MavenProject mavenProject) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 2.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/settings/PomConstructionWithSettingsTest.java
} @Test void testSettingsNoPom() throws Exception { PomTestWrapper pom = buildPom("settings-no-pom"); assertEquals("local-profile-prop-value", pom.getValue("properties/local-profile-prop")); } /** * MNG-4107 */ @Test void testPomAndSettingsInterpolation() throws Exception { PomTestWrapper pom = buildPom("test-pom-and-settings-interpolation");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.5K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
void testExecutionConfigurationJoin() throws Exception { PomTestWrapper pom = buildPom("execution-configuration-join"); assertEquals(2, ((List<?>) pom.getValue("build/plugins[1]/executions[1]/configuration[1]/fileset[1]")).size()); } /*MNG-3803*/ @Test void testPluginConfigProperties() throws Exception { PomTestWrapper pom = buildPom("plugin-config-properties"); assertEquals(
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0)