Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for collectProjects (0.06 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java

            this.modelProcessor = modelProcessor;
            this.projectsSelector = projectsSelector;
        }
    
        @Override
        public List<MavenProject> collectProjects(MavenExecutionRequest request) throws ProjectBuildingException {
            File moduleProjectPomFile = getRootProject(request);
            List<File> files = Collections.singletonList(moduleProjectPomFile.getAbsoluteFile());
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 9.1K bytes
    - Click Count (0)
Back to Top