Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withUserProperties (0.14 sec)

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

                    .lookup(PropertyContributorsHolder.class)
                    .getPropertyContributors()
                    .values()) {
                protoSession = protoSession.toBuilder()
                        .withUserProperties(propertyContributor.contribute(protoSession))
                        .build();
            }
            context.protoSession = protoSession;
        }
    
        protected void lookup(C context) throws Exception {
    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