- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testSourceDirectory (0.26 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
if (src != null) { if (sourceDominant || target.getTestSourceDirectory() == null) { target.setTestSourceDirectory(src); target.setLocation("testSourceDirectory", source.getLocation("testSourceDirectory")); } } } protected void mergeBuild_OutputDirectory( Build target, Build source, boolean sourceDominant, Map<Object, Object> context) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<type>String</type> <annotations> <annotation>@Deprecated(since = "4.0.0")</annotation> </annotations> </field> <field> <name>testSourceDirectory</name> <version>4.0.0+</version> <required>true</required> <description> This element specifies a directory containing the unit test source of the
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)