Class IncludeProjectDependenciesComponentConfigurator

  • All Implemented Interfaces:
    org.codehaus.plexus.component.configurator.ComponentConfigurator

    @Component(role=org.codehaus.plexus.component.configurator.ComponentConfigurator.class,
               hint="include-project-dependencies")
    public class IncludeProjectDependenciesComponentConfigurator
    extends org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
    A custom ComponentConfigurator which adds the project's runtime classpath elements to the classpath

    Source: http://mail-archives.apache.org/mod_mbox/maven-users/200808.mbox/%3C18785907.post@talk.nabble.com%3E

    Author:
    Brian Jackson (original implementation), Konstantin Shchepanovskyi (fixed issues with Java 8 javadoc tool)
    • Field Summary

      • Fields inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator

        converterLookup
      • Fields inherited from interface org.codehaus.plexus.component.configurator.ComponentConfigurator

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configureComponent​(Object component, org.codehaus.plexus.configuration.PlexusConfiguration configuration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, org.codehaus.plexus.component.configurator.ConfigurationListener listener)  
      • Methods inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator

        configureComponent, configureComponent
    • Constructor Detail

      • IncludeProjectDependenciesComponentConfigurator

        public IncludeProjectDependenciesComponentConfigurator()
    • Method Detail

      • configureComponent

        public void configureComponent​(Object component,
                                       org.codehaus.plexus.configuration.PlexusConfiguration configuration,
                                       org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator,
                                       org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                                       org.codehaus.plexus.component.configurator.ConfigurationListener listener)
                                throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
        Specified by:
        configureComponent in interface org.codehaus.plexus.component.configurator.ComponentConfigurator
        Overrides:
        configureComponent in class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
        Throws:
        org.codehaus.plexus.component.configurator.ComponentConfigurationException