Class VerifyDockerEnvironmentMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.technologybrewery.orphedomos.mojo.AbstractDockerMojo
-
- org.technologybrewery.orphedomos.mojo.VerifyDockerEnvironmentMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="verify-docker-environment") public class VerifyDockerEnvironmentMojo extends AbstractDockerMojo
-
-
Field Summary
-
Fields inherited from class org.technologybrewery.orphedomos.mojo.AbstractDockerMojo
aliases, buildArgs, dockerContext, dockerfilePath, dryRun, imageName, imageVersion, repoId, repoUrl, settings, targetArchitectures, useBuildKit, usePlainTextPassword
-
-
Constructor Summary
Constructors Constructor Description VerifyDockerEnvironmentMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoExecute()Encapsulates all build logic associated with this plugin goal -AbstractDockerMojo.execute()delegates to this method after performing execution handling that is common across all Mojos.-
Methods inherited from class org.technologybrewery.orphedomos.mojo.AbstractDockerMojo
execute, findPasswordForServer, getArgumentsList, getDockerfilePath, getImageTag, getImageTagWithArch, isOrphedomosModule, login, logout, prependRegistry
-
-
-
-
Method Detail
-
doExecute
public void doExecute() throws OrphedomosException, org.apache.maven.plugin.MojoExecutionExceptionDescription copied from class:AbstractDockerMojoEncapsulates all build logic associated with this plugin goal -AbstractDockerMojo.execute()delegates to this method after performing execution handling that is common across all Mojos.- Specified by:
doExecutein classAbstractDockerMojo- Throws:
org.apache.maven.plugin.MojoExecutionException- a mojo exceptionOrphedomosException
-
-