Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PropertyContributorsHolder (0.07 sec)

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

    import org.apache.maven.api.spi.PropertyContributor;
    
    /**
     * Hack: to circumvent sisu/plexus/di stuff.
     */
    @Named
    public final class PropertyContributorsHolder {
        private final Map<String, PropertyContributor> propertyContributors;
    
        @Inject
        public PropertyContributorsHolder(Map<String, PropertyContributor> propertyContributors) {
            this.propertyContributors = propertyContributors;
        }
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 20 19:58:27 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

    import org.apache.maven.bridge.MavenRepositorySystem;
    import org.apache.maven.cling.invoker.logging.Slf4jLogger;
    import org.apache.maven.cling.invoker.logging.SystemLogger;
    import org.apache.maven.cling.invoker.spi.PropertyContributorsHolder;
    import org.apache.maven.cling.logging.Slf4jConfiguration;
    import org.apache.maven.cling.logging.Slf4jConfigurationFactory;
    import org.apache.maven.cling.utils.CLIReportingUtils;
    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