Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testScmInheritance (0.07 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilderTest.java

            Model model = builder.build(session, project, Sources.buildSource(file));
    
            assertNotNull(model);
            assertTrue(model.getProfiles().isEmpty());
        }
    
        @Test
        void testScmInheritance() throws Exception {
            Model model = Model.newBuilder()
                    .scm(Scm.newBuilder()
                            .connection("scm:git:https://github.com/apache/maven-project.git")
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 06 18:32:25 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top