com.pyx4me.maven.gammu
Class GammuDeployMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.pyx4me.maven.gammu.GammuDeployMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
GammuDeploy1Mojo, GammuDeploy1tMojo, GammuDeploy2Mojo, GammuDeploy2tMojo, GammuDeploy3Mojo, GammuDeploy3tMojo

public class GammuDeployMojo
extends org.apache.maven.plugin.AbstractMojo

The gammu:deploy task is an wrapper for gammu.exe to install application.

Author:
vlads

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

confign

protected java.lang.String confign
Specifies specifies which config section to use.


outputDirectory

protected java.io.File outputDirectory
Directory containing the generated JAR.


jarfile

protected java.lang.String jarfile
The base name of the JAR/JAD files. Classifier would be appended.


classifier

protected java.lang.String classifier
Classifier to added to the artifact generated.


appendClassifier

protected boolean appendClassifier
Set to false to exclude the classifier from the Artifact final name. Default value is true.

Constructor Detail

GammuDeployMojo

public GammuDeployMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

getArtifactName

protected java.lang.String getArtifactName(java.lang.String finalName,
                                           java.lang.String classifier)


Copyright © 2006-2009 Pyx Software Services Inc.. All Rights Reserved.