- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 22 for testCompile (0.06 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleExecutor.java
if ("JAR".equals(packaging)) { plugins = new LinkedHashSet<>(); plugins.add(newPlugin("maven-compiler-plugin", "compile", "testCompile")); plugins.add(newPlugin("maven-resources-plugin", "resources", "testResources")); plugins.add(newPlugin("maven-surefire-plugin", "test")); plugins.add(newPlugin("maven-jar-plugin", "jar"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.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) -
compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleBindingsInjector.java
PluginContainer.newBuilder() .plugins(List.of( newPlugin("maven-compiler-plugin", "compile", "testCompile"), newPlugin("maven-resources-plugin", "resources", "testResources"), newPlugin("maven-surefire-plugin", "test"),
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 5.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/EmptyLifecycleBindingsInjector.java
PluginContainer.newBuilder() .plugins(List.of( newPlugin("maven-compiler-plugin", "compile", "testCompile"), newPlugin("maven-resources-plugin", "resources", "testResources"), newPlugin("maven-surefire-plugin", "test"),
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 5.8K 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) -
api/maven-api-core/src/main/java/org/apache/maven/api/PathScope.java
* dependencies using the {@link org.apache.maven.api.services.DependencyResolver} service. * <p> * This extensible enum has four defined values, {@link #MAIN_COMPILE}, {@link #MAIN_RUNTIME}, * {@link #TEST_COMPILE} and {@link #TEST_RUNTIME}, but can be extended by registering a * {@code org.apache.maven.api.spi.PathScopeProvider}. * <p>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 10 20:52:34 UTC 2024 - 2.9K 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)