Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for postCommands (0.27 sec)

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

                super.lookup(context);
                context.maven = context.lookup.lookup(Maven.class);
            }
        }
    
        @Override
        protected void postCommands(MavenContext context) throws Exception {
            super.postCommands(context);
    
            Logger logger = context.logger;
            if (context.options().relaxedChecksums().orElse(false)) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Sep 11 17:20:46 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

            container(context);
            postContainer(context);
            pushUserProperties(context); // after PropertyContributor SPI
            lookup(context);
            init(context);
            postCommands(context);
            settings(context);
            return execute(context);
        }
    
        protected InvokerException.ExitException handleException(C context, Exception e) {
            printErrors(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Oct 28 13:01:07 UTC 2025
    - 43.2K bytes
    - Viewed (0)
Back to top