- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getExcludedProjects (0.1 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/DefaultMavenExecutionRequest.java
@Override public List<String> getSelectedProjects() { return this.projectActivation.getSelectedProjects(); } @Override public List<String> getExcludedProjects() { return this.projectActivation.getExcludedProjects(); } @Override public boolean isResume() { return resume; } @Override public String getResumeFrom() {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 32.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
/** * @return the excluded projects, never {@code null} * @since 3.2 * @deprecated Since Maven 4: use {@link #getProjectActivation()}. */ @Deprecated List<String> getExcludedProjects(); /** * Sets whether the build should be resumed from the data in the resume.properties file. * @param resume Whether or not to resume a previous build.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)