Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getResumeFrom (0.71 seconds)

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

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

        }
    
        // This method is made package-private for testing purposes
        void applyResumptionProperties(MavenExecutionRequest request, Properties properties) {
            String str1 = request.getResumeFrom();
            if (properties.containsKey(REMAINING_PROJECTS) && !(str1 != null && !str1.isEmpty())) {
                String propertyValue = properties.getProperty(REMAINING_PROJECTS);
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 11 16:38:19 GMT 2025
    - 4.9K bytes
    - Click Count (0)
Back to Top