Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for populateRequest (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java

                    }
                }
    
                context.logger.info("");
            }
        }
    
        @Override
        protected void populateRequest(MavenContext context, Lookup lookup, MavenExecutionRequest request)
                throws Exception {
            super.populateRequest(context, lookup, request);
            if (context.invokerRequest.rootDirectory().isEmpty()) {
    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)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

                    .resolve(context.protoSession.getEffectiveProperties().get(Constants.MAVEN_USER_CONF))
                    .resolve("repository")
                    .normalize();
        }
    
        protected void populateRequest(C context, Lookup lookup, MavenExecutionRequest request) throws Exception {
            populateRequestFromSettings(request, context.effectiveSettings);
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Oct 28 13:01:07 GMT 2025
    - 43.2K bytes
    - Click Count (0)
Back to Top