- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for setResume (0.16 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
* @param resume Whether or not to resume a previous build. * @return This request, never {@code null}. */ MavenExecutionRequest setResume(boolean resume); /** * @return Whether the build should be resumed from the data in the resume.properties file. */ boolean isResume();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 18.6K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
} request.setResumeFrom(commandLine.getOptionValue(CLIManager.RESUME_FROM)); enableOnPresentOption(commandLine, CLIManager.RESUME, request::setResume); request.setMakeBehavior(determineMakeBehavior(commandLine)); boolean cacheNotFound = !commandLine.hasOption(CLIManager.CACHE_ARTIFACT_NOT_FOUND)Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 78.1K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
request.setExecutionListener(determineExecutionListener(context)); request.setResumeFrom(context.options().resumeFrom().orElse(null)); request.setResume(context.options().resume().orElse(false)); request.setMakeBehavior(determineMakeBehavior(context)); request.setCacheNotFound(context.options().cacheArtifactNotFound().orElse(true));
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Sep 11 17:20:46 GMT 2025 - 28.2K bytes - Click Count (0)