Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getChildScmConnectionInheritAppendPath (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

                            .build())
                    .build();
            Model transformed = DefaultConsumerPomBuilder.transformNonPom(model, null);
            assertNull(transformed.getScm().getChildScmConnectionInheritAppendPath());
            assertNull(transformed.getScm().getChildScmUrlInheritAppendPath());
            assertNull(transformed.getScm().getChildScmDeveloperConnectionInheritAppendPath());
        }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Nov 06 18:32:25 GMT 2025
    - 7.2K bytes
    - Click Count (0)
Back to Top