Package org.eolang.hone
Class PullMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eolang.hone.PullMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="pull",
defaultPhase=PROCESS_CLASSES)
public final class PullMojo
extends org.apache.maven.plugin.AbstractMojo
Pull Docker image from Docker Hub.
This goal pulls Docker image from Docker Hub to your machine. You may skip this goal and simply use the optimize goal, which will automatically pull the image from the Hub. However, it would be cleaner to use pull, then optimize, and then rmi (which deletes the image from your machine).
- 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
-
PullMojo
public PullMojo()
-
-
Method Details
-
exec
- Throws:
IOException
-
execute
public final void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-