Class PodmanBuild
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.podman.maven.plugin.PodmanGoal
-
- org.honton.chas.podman.maven.plugin.build.PodmanBuild
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="build", defaultPhase=PACKAGE, threadSafe=true) public class PodmanBuild extends PodmanGoal
Create a container image from the Containerfile directions and files from context
-
-
Field Summary
-
Fields inherited from class org.honton.chas.podman.maven.plugin.PodmanGoal
connection, errorOutput, pwd, url
-
-
Constructor Summary
Constructors Constructor Description PodmanBuild()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute()
-
Methods inherited from class org.honton.chas.podman.maven.plugin.PodmanGoal
createProcess, createProcess, execute, executeCommand, executeCommand, executeCommand, executeCommand, executeCommand, getExecutor
-
-
-
-
Method Detail
-
doExecute
protected final void doExecute() throws IOException, org.apache.maven.plugin.MojoExecutionException
- Specified by:
doExecute
in classPodmanGoal
- Throws:
IOException
org.apache.maven.plugin.MojoExecutionException
-
-