xcode:set-keychain

Full name:

ca.mestevens.ios:xcode-maven-plugin:0.9.1:set-keychain

Description:

Goal to set your keychain if needed.

Attributes:

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

Required Parameters

Name Type Since Description
security String - The path to the security command.
Default value is: /usr/bin/security.
User property is: security.path.

Optional Parameters

Name Type Since Description
keychain String - The path to the keychain file you want to use.
User property is: keychain.path.
keychainPassword String - The password for the keychain.
User property is: keychain.password.

Parameter Details

keychain:

The path to the keychain file you want to use.
  • Type: java.lang.String
  • Required: No
  • User Property: keychain.path

keychainPassword:

The password for the keychain.
  • Type: java.lang.String
  • Required: No
  • User Property: keychain.password

security:

The path to the security command.
  • Type: java.lang.String
  • Required: Yes
  • User Property: security.path
  • Default: /usr/bin/security