All Classes
-
All Classes Class Summary Enum Summary Class Description AbstractDockerMojo Abstract base class for mojos related to Docker files and builds.ApplicationConfigurationService Parses the Micronaut application configuration.CompilerService Provides methods to compile a Maven projectDockerBuildStrategy Different strategies for building docker images.DockerfileMojo Generates aDockerfile
depending on thepackaging
andmicronaut.runtime
properties, eg:DockerMojo Allows using a provided Dockerfile.DockerNativeMojo Implementation of thedocker-native
packaging.DockerPushMojo Implementation of thedeploy
lifecycle for pushing Docker imagesDockerService Provides methods to work with Docker imagesExecutorService Provides methods to execute goals on the current projectHelpMojo Display help information on micronaut-maven-plugin.
Callmvn mn:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.JibConfigurationService Exposes the Jib plugin configuration so that it can be read by other mojos.JibMicronautExtension Jib extension to support building Docker imagesMicronautRuntime The packaging kind of the application.RunMojo Executes a Micronaut application in development mode.