gammu:d2t

Full name:

com.pyx4me:gammu-maven-plugin:2.1.0-SNAPSHOT:d2t

Description:

Handy shortcut for "gammu:deploy -Dgammu.c=2 -Dgammu.classifier=test" if you have multiple phones Use configuration 2 for application installation.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
classifier String - Classifier to added to the artifact generated.

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

outputDirectory File - Directory containing the generated JAR.

Optional Parameters

Name Type Since Description
appType String - Specifies name of folder Application|Game.

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

Default value is: true.
confign String - Specifies specifies which config section to use.

Default value is: 2.
gammuexe File - Specifies the loaction of gammu executable. Default is taken from maven repository.

gammurc File - Gammu setting configuration file. Copied to outputDirectory (Current directory for execution).

Parameter Details

appType:
Specifies name of folder Application|Game.
  • Type: java.lang.String
  • Required: No
  • Expression: ${gammu.section}
  • Default: Application

appendClassifier:
Set to false to exclude the classifier from the Artifact final name. Default value is true.
  • Type: boolean
  • Required: No
  • Default: true

classifier:
Classifier to added to the artifact generated.
  • Type: java.lang.String
  • Required: Yes
  • Expression: test

confign:
Specifies specifies which config section to use.
  • Type: java.lang.String
  • Required: No
  • Default: 2

gammuexe:
Specifies the loaction of gammu executable. Default is taken from maven repository.
  • Type: java.io.File
  • Required: No

gammurc:
Gammu setting configuration file. Copied to outputDirectory (Current directory for execution).
  • Type: java.io.File
  • Required: No

jarfile:
The base name of the JAR/JAD files. Classifier would be appended.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${project.build.finalName}

outputDirectory:
Directory containing the generated JAR.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.directory}