Package org.apache.maven.plugins.deploy
Class DeployFileMojo
java.lang.Object
org.apache.maven.plugins.deploy.AbstractDeployMojo
org.apache.maven.plugins.deploy.DeployFileMojo
- All Implemented Interfaces:
org.apache.maven.api.plugin.Mojo
@Mojo(name="deploy-file",
projectRequired=false)
public class DeployFileMojo
extends AbstractDeployMojo
Installs the artifact in the remote repository.
- Author:
- Allan Ramirez
-
Field Summary
Fields inherited from class org.apache.maven.plugins.deploy.AbstractDeployMojo
logger, session
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugins.deploy.AbstractDeployMojo
createDeploymentArtifactRepository, getLog, getRetryFailedDeploymentCount, getSession, warnIfAffectedPackagingAndMaven
-
Constructor Details
-
DeployFileMojo
public DeployFileMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.api.plugin.MojoException- Throws:
org.apache.maven.api.plugin.MojoException
-