Class CreateContainerfile
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.podman.maven.plugin.containerfile.CreateContainerfile
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="containerfile", defaultPhase=PREPARE_PACKAGE, threadSafe=true) public class CreateContainerfile extends org.apache.maven.plugin.AbstractMojo
Create a Containerfile.
-
-
Constructor Summary
Constructors Constructor Description CreateContainerfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute()
void
execute()
-
-
-
Method Detail
-
execute
public final void execute() throws org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoFailureException
-
doExecute
protected void doExecute() throws IOException
- Throws:
IOException
-
-