- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testPropagationOfSystemScopeRegardlessOfInheritedScope (0.53 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/artifact/factory/DefaultArtifactFactoryTest.java
import static org.junit.jupiter.api.Assertions.assertEquals; @PlexusTest @Deprecated class DefaultArtifactFactoryTest { @Inject ArtifactFactory factory; @Test void testPropagationOfSystemScopeRegardlessOfInheritedScope() { Artifact artifact = factory.createDependencyArtifact( "test-grp", "test-artifact", VersionRange.createFromVersion("1.0"), "type", null, "system", "provided");
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0)