| AbstractDockerMojo |
Abstract base class for mojos related to Docker files and builds.
|
| DockerfileMojo |
Generates a Dockerfile depending on the packaging and micronaut.runtime
properties, eg:
|
| DockerMojo |
Allows using a provided Dockerfile.
|
| DockerNativeMojo |
Implementation of the docker-native packaging.
|
| DockerPushMojo |
Implementation of the deploy lifecycle for pushing Docker images
|
| HelpMojo |
Display help information on micronaut-maven-plugin.
Call mvn mn:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
|
| RunMojo |
Executes a Micronaut application in development mode.
|