Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setUseReactor (0.05 seconds)

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

            for (String profile : profiles) {
                addInactiveProfile(profile);
            }
    
            return this;
        }
    
        public MavenExecutionRequest setUseReactor(boolean reactorActive) {
            useReactor = reactorActive;
    
            return this;
        }
    
        public boolean useReactor() {
            return useReactor;
        }
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Dec 12 11:02:17 GMT 2024
    - 32.1K bytes
    - Click Count (0)
Back to Top