Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRemainingProjects (0.43 sec)

  1. maven-core/src/main/java/org/apache/maven/execution/BuildResumptionData.java

        }
    
        /**
         * Returns the projects that still need to be built when resuming.
         * @return A list containing the group and artifact id of the projects.
         */
        public List<String> getRemainingProjects() {
            return this.remainingProjects;
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Nov 22 13:26:01 GMT 2022
    - 1.5K bytes
    - Viewed (0)
Back to top