phonegap-build:clean

Full name:

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

Description:

Delete the cloud app and keys if found.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: pre-clean.

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}