Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getProjectBuilds (0.06 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/ProjectDependencyGraphStub.java

                        PluginResolutionException, LifecyclePhaseNotFoundException, LifecycleNotFoundException {
            final List<ProjectSegment> list = getProjectBuilds(session);
            return new ProjectBuildList(list);
        }
    
        public static List<ProjectSegment> getProjectBuilds(MavenSession session)
                throws InvalidPluginDescriptorException, PluginVersionResolutionException, PluginDescriptorParsingException,
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph.java

         */
        protected Set<MavenProject> getFinishedProjects() {
            return finishedProjects;
        }
    
        protected ProjectBuildList getProjectBuilds() {
            return projectBuilds;
        }
    
        /**
         * For the given {@link MavenProject} {@code p}, return all of {@code p}'s dependencies.
         *
         * @param p
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 5.9K bytes
    - Viewed (0)
Back to top