@Mojo(name="set-keychain",
defaultPhase=INITIALIZE)
public class KeychainMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
String |
keychain
The path to the keychain file you want to use.
|
String |
keychainPassword
The password for the keychain.
|
ProcessRunner |
processRunner |
String |
security
The path to the security command.
|
| Constructor and Description |
|---|
KeychainMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(alias="securityPath",
property="security.path",
defaultValue="/usr/bin/security",
required=true)
public String security
@Parameter(alias="keychainPath",
property="keychain.path",
required=false)
public String keychain
@Parameter(alias="keychainPassword",
property="keychain.password",
required=false)
public String keychainPassword
public ProcessRunner processRunner
Copyright © 2015. All rights reserved.