Class RegistryLogin
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.buildx.maven.plugin.ImageGoal
-
- org.honton.chas.buildx.maven.plugin.login.RegistryLogin
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
,ConnectionCfg
@Mojo(name="login", defaultPhase=PREPARE_PACKAGE, threadSafe=true) public class RegistryLogin extends ImageGoal
Set credentials for use when pushing to (or pulling from) registry.
-
-
Constructor Summary
Constructors Constructor Description RegistryLogin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute()
-
Methods inherited from class org.honton.chas.buildx.maven.plugin.ImageGoal
execute, executeCommand, executeCommand, shortestPath
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.honton.chas.buildx.maven.plugin.config.ConnectionCfg
getCli
-
-