Package hudson.maven

Class PlexusModuleContributor

    • Field Detail

      • channel

        protected transient hudson.remoting.Channel channel
        When getPlexusComponentJars() is called, this field is set to the channel that represents the connection to the controller.
    • Constructor Detail

      • PlexusModuleContributor

        public PlexusModuleContributor()
    • Method Detail

      • getPlexusComponentJars

        public abstract List<URL> getPlexusComponentJars()
        Designates the list of URLs to be added to the classpath of the core plexus components that constitute Maven.
      • readResolve

        protected Object readResolve()