- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getTestCompileSourceRoots (0.16 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
} /** * @deprecated Replaced by {@code getEnabledSourceRoots(ProjectScope.TEST, Language.JAVA_FAMILY)}. */ @Deprecated(since = "4.0.0") public List<String> getTestCompileSourceRoots() { return getSourceRootDirs(ProjectScope.TEST, Language.JAVA_FAMILY); } // TODO let the scope handler deal with this private static boolean isCompilePathElement(final String scope) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0)