| Class | Description |
|---|---|
| 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 |
| GraalVMResourcesMojo |
Generate GraalVM
resources-config.json with all the resources included in the application |
| 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.
|
| Enum | Description |
|---|---|
| DockerBuildStrategy |
Different strategies for building docker images.
|
| MicronautRuntime |
The packaging kind of the application.
|
| Packaging |
Packaging types supported by this plugin.
|
Copyright © 2020–2022 Micronaut. All rights reserved.