Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testExcludeArtifactIdWildcard (0.11 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/artifact/resolver/filter/ExclusionArtifactFilterTest.java

            assertTrue(
                    filter.include(artifact),
                    "Artifact should not be excluded when groupId wildcard doesn't match artifactId");
        }
    
        @Test
        void testExcludeArtifactIdWildcard() {
            Exclusion exclusion = new Exclusion();
            exclusion.setGroupId("org.apache.maven");
            exclusion.setArtifactId("*");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 6.7K bytes
    - Viewed (0)
Back to top