|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.pyx4me.maven.gammu.GammuDeployMojo
public class GammuDeployMojo
The gammu:deploy task is an wrapper for gammu.exe to install application.
| Field Summary | |
|---|---|
protected boolean |
appendClassifier
Set to false to exclude the classifier from the Artifact final name. |
protected java.lang.String |
classifier
Classifier to added to the artifact generated. |
protected java.lang.String |
confign
Specifies specifies which config section to use. |
protected java.lang.String |
jarfile
The base name of the JAR/JAD files. |
protected java.io.File |
outputDirectory
Directory containing the generated JAR. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
GammuDeployMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
protected java.lang.String |
getArtifactName(java.lang.String finalName,
java.lang.String classifier)
|
| 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 |
| Field Detail |
|---|
protected java.lang.String confign
protected java.io.File outputDirectory
protected java.lang.String jarfile
protected java.lang.String classifier
protected boolean appendClassifier
| Constructor Detail |
|---|
public GammuDeployMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected java.lang.String getArtifactName(java.lang.String finalName,
java.lang.String classifier)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||