- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getTestOutputDirectory (0.3 sec)
-
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
if (isTestArtifact(artifact)) { if (project.hasLifecyclePhase("test-compile")) { return new File(project.getBuild().getTestOutputDirectory()); } } else { String type = artifact.getProperty("type", ""); File outputDirectory = new File(project.getBuild().getOutputDirectory());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.3K bytes - Viewed (0)