- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for testCompile (0.07 sec)
-
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/LifecycleExecutionPlanCalculatorStub.java
me.add(createMojoExecution("compile", "default-compile", COMPILE)); me.add(createMojoExecution("testResources", "default-testResources", PROCESS_TEST_RESOURCES)); me.add(createMojoExecution("testCompile", "default-testCompile", TEST_COMPILE)); me.add(createMojoExecution("test", "default-test", TEST)); me.add(createMojoExecution("war", "default-war", PACKAGE));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 12.6K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java
"afterMojoExecutionSuccess project-basic:default-testResources", // "beforeMojoExecution project-basic:default-testCompile", // "afterMojoExecutionSuccess project-basic:default-testCompile", // "beforeMojoExecution project-basic:default-test", // "afterMojoExecutionSuccess project-basic:default-test", //Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 22.9K bytes - Viewed (0) -
apache-maven/pom.xml
<artifactId>maven-compiler-plugin</artifactId> <executions> <execution> <id>test-compile</id> <goals> <goal>testCompile</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Nov 10 03:14:05 UTC 2025 - 12.7K bytes - Viewed (0) -
android/pom.xml
<arg>doesnotexist</arg> </compilerArgs> </configuration> </execution> <execution> <id>default-testCompile</id> <configuration> <compilerArgs> <compilerArg>-Xlint:-removal</compilerArg> </compilerArgs> </configuration>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0) -
pom.xml
<arg>doesnotexist</arg> </compilerArgs> </configuration> </execution> <execution> <id>default-testCompile</id> <configuration> <compilerArgs> <compilerArg>-Xlint:-removal</compilerArg> </compilerArgs> </configuration>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.1K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 38.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java
// JUnit has an "Automatic-Module-Name", so it appears on the module path. Map<PathType, List<Path>> dispatched = session.resolveDependencies( coords, PathScope.TEST_COMPILE, Arrays.asList(JavaPathType.CLASSES, JavaPathType.MODULES)); List<Path> classes = dispatched.get(JavaPathType.CLASSES); List<Path> modules = dispatched.get(JavaPathType.MODULES);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 10.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java
import static org.apache.maven.api.Lifecycle.Phase.RESOURCES; import static org.apache.maven.api.Lifecycle.Phase.SOURCES; import static org.apache.maven.api.Lifecycle.Phase.TEST; import static org.apache.maven.api.Lifecycle.Phase.TEST_COMPILE; import static org.apache.maven.api.Lifecycle.Phase.TEST_RESOURCES; import static org.apache.maven.api.Lifecycle.Phase.TEST_SOURCES; import static org.apache.maven.api.Lifecycle.Phase.UNIT_TEST;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 20.1K bytes - Viewed (0)