Full name:
com.github.chrisprice:phonegap-build-maven-plugin:0.0.8-SNAPSHOT:build
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| androidCertificateAlias | String | - | Android keystore certificate alias. Deprecated - use androidServer
instead. |
| androidCertificatePassword | String | - | Android certificate password. Deprecated - use androidServer
instead. |
| androidKeyId | Integer | - | Android key id (used in preference to uploading an android key) |
| androidKeystore | File | - | Android keystore. Deprecated - use androidServer instead. |
| androidKeystorePassword | String | - | Android keystore password. Deprecated - use androidServer instead. |
| androidServer | String | - | Android certificate server id (used in preference to
androidCertificate*) |
| androidSign | boolean | - | Enable android signing. Default value is: false. |
| appId | Integer | - | App id (used in preference to creating a new app) |
| appTitle | String | - | The application title, defaults to the final name of the app but
will be overridden by any title specified in the config file. |
| configFile | File | - | Configuration file. |
| iOsCertificate | File | - | iOS p12 certificate. Deprecated - use iOsServer instead. |
| iOsCertificatePassword | String | - | iOS certificate password. Deprecated - use iOsServer instead. |
| iOsKeyId | Integer | - | iOS key id (used in preference to uploading an ios key) |
| iOsMobileProvision | File | - | iOS mobileprovision file |
| iOsServer | String | - | iOS certificate server id (used in preference to iOsCertificate*) |
| keys | String | - | A comma delimited string of artifact co-ordinates used to filter
the dependencies list for key packages. The co-ordinates should be
of the form groupId:artifactId. |
| password | String | - | PhoneGap Build password. Deprecated, use server instead. |
| platforms | String[] | - | The platforms to build for. Defaults to android, blackberry, ios,
symbian, webos and winphone |
| preparedPackage | File | - | A ready-to-upload zip file in case you want to control package
content. Thus, you can filter some resources like the config.xml
before uploading to PhoneGap. |
| server | String | - | The id of the server to pull the credentials from (takes precedent
over username/password). |
| username | String | - | PhoneGap Build username. Deprecated, use server instead. |
| warDirectory | File | - | Exploded WAR directory |
| warExcludes | String[] | - | A set of file patterns to exclude from the zip. Defaults to
"WEB-INF/**/*", "WEB-INF" |
| warIncludes | String[] | - | A set of file patterns to include in the zip. |
| zipFile | String | - | Zip file. |
keys: