Class SaveMojo

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

    @Mojo(name="save",
          defaultPhase=NONE)
    public class SaveMojo
    extends AbstractPodmanMojo
    SaveMojo for exporting container images to the file system
    • Constructor Detail

      • SaveMojo

        public SaveMojo()
    • 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