- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for TEST_RUNTIME (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/PathScope.java
DependencyScope.TEST); PathScope TEST_RUNTIME = pathScope( "test-runtime", ProjectScope.TEST, DependencyScope.COMPILE, DependencyScope.RUNTIME, DependencyScope.PROVIDED, DependencyScope.TEST, DependencyScope.TEST_RUNTIME);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 10 20:52:34 UTC 2024 - 2.9K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/scopes/Maven4ScopeManagerConfiguration.java
singleton(CommonBuilds.PROJECT_PATH_MAIN, CommonBuilds.BUILD_PATH_COMPILE))); result.add(internalScopeManager.createDependencyScope( DependencyScope.TEST_RUNTIME.id(), DependencyScope.TEST_RUNTIME.isTransitive(), singleton(CommonBuilds.PROJECT_PATH_TEST, CommonBuilds.BUILD_PATH_RUNTIME))); result.add(internalScopeManager.createDependencyScope(
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java
* Test compile only. */ TEST_ONLY("test-only", false), /** * Test compile and test runtime. */ TEST("test", false), /** * Test runtime. */ TEST_RUNTIME("test-runtime", false), /** * System scope. */ SYSTEM("system", false); private static final Map<String, DependencyScope> IDS = Collections.unmodifiableMap(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Mar 19 14:33:26 UTC 2025 - 4K bytes - Viewed (0)