- Sort Score
- Num 10 results
- Language All
Results 11 - 13 of 13 for getDirectory (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-core/src/test/java/org/apache/maven/api/SourceRootTest.java
moduleName = "org.foo"; assertEquals(Path.of("src", "org.foo", "test", "java"), directory()); } @Test void testTargetPath() { Build build = mock(Build.class); when(build.getDirectory()).thenReturn("target"); when(build.getOutputDirectory()).thenReturn("target/classes"); when(build.getTestOutputDirectory()).thenReturn("target/test-classes"); Project project = mock(Project.class);
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Oct 26 17:22:14 GMT 2025 - 2.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
visit(resource); } // Directory org = build.getDirectory(); val = interpolate(org); if (org != val) { build.setDirectory(val); } // FinalName org = build.getFinalName(); val = interpolate(org);
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
prefix, "directory", problems, Severity.ERROR, Version.V20, resource.getDirectory(), null, resource); validateBoolean( prefix, "filtering", problems,Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0)