Package org.eolang.hone
Class BuildMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eolang.hone.BuildMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="build",
defaultPhase=GENERATE_RESOURCES)
public final class BuildMojo
extends org.apache.maven.plugin.AbstractMojo
Build Docker image.
This goal must be used only if you want to build a local custom Docker image for your project. This may be useful when you don't have network access to Docker Hub. In most cases, you have it and that's why don't need this goal. Instead, just use the pull goal, which will simply pull a required Docker image from the Hub.
This goal is mostly for testing and CI/CD.
- Since:
- 0.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Docker image to use.protected boolean
Use "sudo" for "docker".protected File
The "target/" directory of Maven project.protected org.eolang.hone.Timings
Timings.Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
target
The "target/" directory of Maven project.- Since:
- 0.1.0
-
timings
protected org.eolang.hone.Timings timingsTimings.- Since:
- 0.1.0
-
image
Docker image to use.- Since:
- 0.1.0
-
sudo
@Parameter(property="hone.sudo", defaultValue="false") protected boolean sudoUse "sudo" for "docker".- Since:
- 0.1.0
-
-
Constructor Details
-
BuildMojo
public BuildMojo()
-
-
Method Details
-
exec
- Throws:
IOException
-
execute
public final void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-