phonegap-build:scorch

Full name:

com.github.chrisprice:phonegap-build-maven-plugin:0.0.8-SNAPSHOT:scorch

Description:

Delete any cloud apps or keys.

Attributes:

Optional Parameters

Name Type Since Description
password String - PhoneGap Build password. Deprecated, use server instead.
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.

Parameter Details

password:

PhoneGap Build password. Deprecated, use server instead.
  • Type: java.lang.String
  • Required: No
  • Expression: ${phonegap-build.password}

server:

The id of the server to pull the credentials from (takes precedent over username/password).
  • Type: java.lang.String
  • Required: No
  • Expression: ${phonegap-build.server}

username:

PhoneGap Build username. Deprecated, use server instead.
  • Type: java.lang.String
  • Required: No
  • Expression: ${phonegap-build.username}