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 PodmanGoalCreate 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 voiddoExecute()- 
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:
 doExecutein classPodmanGoal- Throws:
 IOExceptionorg.apache.maven.plugin.MojoExecutionException
 
 - 
 
 -