- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isCompilePathElement (0.16 sec)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
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) { return Artifact.SCOPE_COMPILE.equals(scope) || Artifact.SCOPE_PROVIDED.equals(scope) || Artifact.SCOPE_SYSTEM.equals(scope); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0)