Goals available for this plugin:
| Goal | Description |
|---|---|
| obex:d1 | Handy shortcut for "obex -Dobex.c=1" if you have multiple phones Use configuration 1 for application installation. |
| obex:d2 | Handy shortcut for "obex -Dobex.c=2" if you have multiple phones Use configuration 2 for application installation. |
| obex:d3 | Handy shortcut for "obex -Dobex.c=3" if you have multiple phones Use configuration 3 for application installation. |
| obex:deploy | The obex:deploy task execute OBEX PUT to install application. |
| obex:discovery | The obex:discovery task finds all Bluetooth devices that support OBEX Object Push. |
| obex:search | The obex:search task finds OBEX Object Push Service on device. |
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>obex-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>obex-maven-plugin</artifactId>
<version>2.0.4</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"