Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setOriginalModel (0.07 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())
                    .getEffectiveModel();
    
            MavenProject project = new MavenProject(orgModel);
            project.setOriginalModel(new org.apache.maven.model.Model(orgModel));
            Model model = builder.build(session, project, Sources.buildSource(file));
    
            assertNotNull(model);
        }
    
        @Test
    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