|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.deploy.AbstractDeployMojo
org.apache.maven.plugin.deploy.DeployFileMojo
public class DeployFileMojo
Installs the artifact in the remote repository.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DeployFileMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
protected void |
initProperties()
|
protected org.apache.maven.model.Model |
readModel(java.io.File pomFile)
Extract the Model from the specified file. |
| Methods inherited from class org.apache.maven.plugin.deploy.AbstractDeployMojo |
|---|
getDeployer, getLocalRepository, setDeployer, setLocalRepository |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeployFileMojo()
| Method Detail |
|---|
protected void initProperties()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractDeployMojoorg.apache.maven.plugin.MojoExecutionException
protected org.apache.maven.model.Model readModel(java.io.File pomFile)
throws org.apache.maven.plugin.MojoExecutionException
pomFile -
org.apache.maven.plugin.MojoExecutionException - if the file doesn't exist of cannot be read.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||