- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testExcludeWithGlobStar (1.5 sec)
-
impl/maven-core/src/test/java/org/apache/maven/artifact/resolver/filter/ExclusionArtifactFilterTest.java
assertTrue(filter.include(artifact2), "JUnit artifact should not be excluded by maven-* glob pattern"); } @Test void testExcludeWithGlobStar() { Exclusion exclusion = new Exclusion(); exclusion.setGroupId("**"); exclusion.setArtifactId("maven-**");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 6.7K bytes - Viewed (0)