- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testShouldInterpretChildPathAdjustmentBasedOnModulePaths (0.46 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/MavenProjectTest.java
import static org.junit.jupiter.api.Assertions.assertNotSame; import static org.junit.jupiter.api.Assertions.assertTrue; class MavenProjectTest extends AbstractMavenProjectTestCase { @Test void testShouldInterpretChildPathAdjustmentBasedOnModulePaths() throws IOException { Model parentModel = new Model(); parentModel.addModule("../child"); MavenProject parentProject = new MavenProject(parentModel);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 28 09:44:37 UTC 2025 - 9.3K bytes - Viewed (0)