- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPropagationOfSystemScopeRegardlessOfInheritedScope (0.57 seconds)
-
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");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.7K bytes - Click Count (0)