Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for determineBuildResumptionData (0.09 seconds)

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

                        .findFirst()
                        .orElseThrow(() -> new IllegalStateException("No project in the session is execution root"));
    
                buildResumptionAnalyzer.determineBuildResumptionData(result).ifPresent(resumption -> {
                    try {
                        buildResumptionDataRepository.persistResumptionData(rootProject, resumption);
                        result.setCanResume(true);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon May 05 16:58:52 GMT 2025
    - 28.7K bytes
    - Click Count (1)
Back to Top