Goals available for this plugin:
| Goal | Description |
|---|---|
| gammu:d1 | Handy shortcut for "gammu:deploy -Dgammu.c=1" if you have multiple phones Use configuration 1 for application installation. |
| gammu:d1t | Handy shortcut for "gammu:deploy -Dgammu.c=1 -Dgammu.classifier=test" if you have multiple phones Use configuration 1 for application installation. |
| gammu:d2 | Handy shortcut for "gammu:deploy -Dgammu.c=2" if you have multiple phones Use configuration 2 for application installation. |
| gammu:d2t | Handy shortcut for "gammu:deploy -Dgammu.c=2 -Dgammu.classifier=test" if you have multiple phones Use configuration 2 for application installation. |
| gammu:d3 | Handy shortcut for "gammu:deploy -Dgammu.c=3" if you have multiple phones Use configuration 3 for application installation. |
| gammu:d3t | Handy shortcut for "gammu:deploy -Dgammu.c=3 -Dgammu.classifier=test" if you have multiple phones Use configuration 3 for application installation. |
| gammu:deploy | The gammu:deploy task is an wrapper for gammu.exe to install application. |
The following specifies the minimum requirements to run this Maven plugin:
| Maven | 2.0 |
| JDK | 1.4 |
| Memory | No minimum requirement. |
| Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project>
...
<build>
<!-- To define the plugin version in your parent POM -->
<pluginManagement>
<plugins>
<plugin>
<groupId>com.pyx4me</groupId>
<artifactId>gammu-maven-plugin</artifactId>
<version>2.0.4</version>
</plugin>
...
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>com.pyx4me</groupId>
<artifactId>gammu-maven-plugin</artifactId>
<version>2.0.4</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"