Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createArtifactWithClassifier (0.21 sec)

  1. compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManagerTest.java

        }
    
        @Test
        void testArtifactTouchFileName() throws Exception {
            ArtifactRepository localRepository = localRepository();
    
            Artifact a = artifactFactory.createArtifactWithClassifier("groupId", "a", "0.0.1-SNAPSHOT", "jar", null);
            File file = new File(localRepository.getBasedir(), localRepository.pathOf(a));
            a.setFile(file);
    
            assertEquals(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Dec 16 13:41:14 UTC 2025
    - 9K bytes
    - Viewed (0)
Back to top