org.apache.maven.plugin.deploy

Class DeployFileMojo

public class DeployFileMojo extends AbstractDeployMojo

Installs the artifact in the remote repository.

Author: Allan Ramirez

UNKNOWN: deploy-file false

Method Summary
voidexecute()
protected voidinitProperties()
protected ModelreadModel(File pomFile)
Extract the Model from the specified file.

Method Detail

execute

public void execute()

initProperties

protected void initProperties()

readModel

protected Model readModel(File pomFile)
Extract the Model from the specified file.

Parameters: pomFile

Returns:

Throws: MojoExecutionException if the file doesn't exist of cannot be read.

Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.