Class PodmanLogin

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

    @Mojo(name="login",
          defaultPhase=PREPARE_PACKAGE,
          threadSafe=true)
    public class PodmanLogin
    extends PodmanGoal
    Set credentials for use when pushing to (or pulling from) registry.
    Since:
    0.0.3
    • Constructor Detail

      • PodmanLogin

        public PodmanLogin()
    • Method Detail

      • doExecute

        protected final void doExecute()
                                throws IOException,
                                       org.apache.maven.plugin.MojoExecutionException
        Specified by:
        doExecute in class PodmanGoal
        Throws:
        IOException
        org.apache.maven.plugin.MojoExecutionException