Class DeployFileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.deploy.AbstractDeployMojo
org.apache.maven.plugins.deploy.DeployFileMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="deploy-file",
requiresProject=false,
threadSafe=true)
public class DeployFileMojo
extends AbstractDeployMojo
Installs the artifact in the remote repository.
- Author:
- Allan Ramirez
-
Field Summary
Fields inherited from class AbstractDeployMojo
repositorySystem, sessionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeployFileMojo(org.apache.maven.rtinfo.RuntimeInformation runtimeInformation, org.eclipse.aether.RepositorySystem repositorySystem) -
Method Summary
Methods inherited from class AbstractDeployMojo
deploy, getRemoteRepository, warnIfAffectedPackagingAndMavenMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DeployFileMojo
@Inject protected DeployFileMojo(org.apache.maven.rtinfo.RuntimeInformation runtimeInformation, org.eclipse.aether.RepositorySystem repositorySystem)
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-