Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testScmInfoCalculatedCorrectlyOnChildOnlyRead (0.22 sec)

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

            assertEquals(
                    project1.getScm().getDeveloperConnection(), project0.getScm().getDeveloperConnection() + "/modules/p1");
        }
    
        @Test
        void testScmInfoCalculatedCorrectlyOnChildOnlyRead() throws Exception {
            File localRepo = getLocalRepositoryPath();
    
            File pom1 = new File(localRepo, "p0/modules/p1/pom.xml");
    
            // load the child project, which inherits from p0...
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top