Class MavenServerConnector

  • All Implemented Interfaces:
    Connector, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, Graceful, LifeCycle

    public class MavenServerConnector
    extends ContainerLifeCycle
    implements Connector
    MavenServerConnector As the ServerConnector class does not have a no-arg constructor, and moreover requires the server instance passed in to all its constructors, it cannot be referenced in the pom.xml. This class wraps a ServerConnector, delaying setting the server instance. Only a few of the setters from the ServerConnector class are supported.