Class BuildMojo

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

    @Mojo(name="build",
          defaultPhase=INSTALL)
    public class BuildMojo
    extends AbstractPodmanMojo
    BuildMojo for building container images using Podman
    • Constructor Detail

      • BuildMojo

        public BuildMojo()
        Constructor
    • Method Detail

      • executeInternal

        public void executeInternal​(ServiceHub hub)
                             throws org.apache.maven.plugin.MojoExecutionException
        Description copied from class: AbstractPodmanMojo
        Executes this Mojo internally.
        Specified by:
        executeInternal in class AbstractPodmanMojo
        Parameters:
        hub - A ServiceHub instance providing access to relevant services
        Throws:
        org.apache.maven.plugin.MojoExecutionException - In case anything happens during execution which prevents execution from continuing