Class DockerNativeMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="docker-native",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    public class DockerNativeMojo
    extends AbstractDockerMojo

    Implementation of the docker-native packaging.

    WARNING: this goal is not intended to be executed directly. Instead, specify the packaging type using the packaging property, eg:

    mvn package -Dpackaging=docker-native
    Since:
    1.1
    Author:
    Álvaro Sánchez-Mariscal
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException