Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDeveloperConnection (0.39 sec)

  1. compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t12scm/ProjectInheritanceTest.java

            assertEquals(project1.getScm().getConnection(), project0.getScm().getConnection() + "/modules/p1");
            assertEquals(
                    project1.getScm().getDeveloperConnection(), project0.getScm().getDeveloperConnection() + "/modules/p1");
        }
    
        @Test
        void testScmInfoCalculatedCorrectlyOnChildOnlyRead() throws Exception {
            File localRepo = getLocalRepositoryPath();
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Mar 30 23:08:36 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top