Class StartMojo

  • All Implemented Interfaces:
    ConfigHelper.Customizer, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
    Direct Known Subclasses:
    RunMojo

    @Mojo(name="start",
          defaultPhase=PRE_INTEGRATION_TEST)
    public class StartMojo
    extends AbstractDockerMojo
    Goal for creating and starting a docker container. This goal evaluates the image configuration
    Author:
    roland
    • Field Detail

      • autoCreateCustomNetworks

        @Parameter(property="docker.autoCreateCustomNetworks",
                   defaultValue="false")
        protected boolean autoCreateCustomNetworks
        Whether to create the customs networks (user-defined bridge networks) before starting automatically
      • portPropertyFile

        @Parameter
        protected String portPropertyFile
    • Constructor Detail

      • StartMojo

        public StartMojo()