Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for overwriteInactiveProjects (0.11 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/ProjectActivation.java

         * @deprecated Use {@link #deactivateOptionalProject(String)} or {@link #deactivateRequiredProject(String)} instead.
         */
        @Deprecated
        public void overwriteInactiveProjects(List<String> inactiveProjectSelectors) {
            List<ProjectActivationSettings> projects =
                    getProjects(pa -> !pa.active()).toList();
            this.activations.removeAll(projects);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Feb 11 16:38:19 GMT 2025
    - 7.2K bytes
    - Click Count (0)
Back to Top