- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getCompileArtifacts (0.06 sec)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
} @Deprecated public List<String> getScriptSourceRoots() { return getSourceRootDirs(ProjectScope.MAIN, Language.SCRIPT); } @Deprecated public List<Artifact> getCompileArtifacts() { List<Artifact> list = new ArrayList<>(getArtifacts().size()); for (Artifact a : getArtifacts()) { // TODO classpath check doesn't belong here - that's the other methodRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0)