Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PropertyContributor (0.1 seconds)

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

            ProtoSession protoSession = context.protoSession;
            for (PropertyContributor propertyContributor : context.lookup
                    .lookup(PropertyContributorsHolder.class)
                    .getPropertyContributors()
                    .values()) {
                protoSession = protoSession.toBuilder()
                        .withUserProperties(propertyContributor.contribute(protoSession))
                        .build();
            }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Oct 28 13:01:07 GMT 2025
    - 43.2K bytes
    - Click Count (0)
Back to Top