Class PodmanGoal

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    PodmanBuild, PodmanLogin, PodmanPush

    public abstract class PodmanGoal
    extends org.apache.maven.plugin.AbstractMojo
    podman goal base functionality
    • Field Detail

      • url

        @Parameter
        public String url
        Url of podman remote service
      • connection

        @Parameter
        public String connection
        Remote podman connection name
    • Constructor Detail

      • PodmanGoal

        public PodmanGoal()
    • Method Detail

      • execute

        public final void execute()
                           throws org.apache.maven.plugin.MojoFailureException,
                                  org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoFailureException
        org.apache.maven.plugin.MojoExecutionException
      • doExecute

        protected abstract void doExecute()
                                   throws org.apache.maven.plugin.MojoExecutionException,
                                          IOException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        IOException