Class DockerNativeMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
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, Iván López