beanstalk:show-security-credentials

Full name:

br.com.ingenieux:beanstalk-maven-plugin:1.5.6:show-security-credentials

Description:

Shows the IAM security credentials from settings.xml into project properties

See for more information

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 0.2.9-SNAPSHOT.

Required Parameters

Name Type Since Description
<session> MavenSession 0.2.9-SNAPSHOT (no description)
Default value is: ${session}.

Optional Parameters

Name Type Since Description
<credentialId> String 0.2.9-SNAPSHOT The credential id (on ~/.aws/credentials file) to use)
Default value is: default.
User property is: beanstalker.credentialId.
<ignoreExceptions> boolean 0.2.9-SNAPSHOT Ignore Exceptions?
Default value is: false.
User property is: beanstalker.ignoreExceptions.
<regionName> String 0.2.9-SNAPSHOT

Service region e.g. "us-east-1"

See this list for reference.


User property is: beanstalker.region.
<serverId> String 0.2.9-SNAPSHOT The server id in maven settings.xml to use for AWS Services Credentials (accessKey / secretKey)
Default value is: aws.amazon.com.
User property is: beanstalker.serverId.
<verbose> boolean 0.2.9-SNAPSHOT Verbose Logging?
Default value is: false.
User property is: beanstalker.verbose.

Parameter Details

<credentialId>

The credential id (on ~/.aws/credentials file) to use)
  • Type: java.lang.String
  • Since: 0.2.9-SNAPSHOT
  • Required: No
  • User Property: beanstalker.credentialId
  • Default: default

<ignoreExceptions>

Ignore Exceptions?
  • Type: boolean
  • Since: 0.2.9-SNAPSHOT
  • Required: No
  • User Property: beanstalker.ignoreExceptions
  • Default: false

<regionName>

Service region e.g. "us-east-1"

See this list for reference.

  • Type: java.lang.String
  • Since: 0.2.9-SNAPSHOT
  • Required: No
  • User Property: beanstalker.region

<serverId>

The server id in maven settings.xml to use for AWS Services Credentials (accessKey / secretKey)
  • Type: java.lang.String
  • Since: 0.2.9-SNAPSHOT
  • Required: No
  • User Property: beanstalker.serverId
  • Default: aws.amazon.com

<session>

(no description)
  • Type: org.apache.maven.execution.MavenSession
  • Since: 0.2.9-SNAPSHOT
  • Required: Yes
  • Default: ${session}

<verbose>

Verbose Logging?
  • Type: boolean
  • Since: 0.2.9-SNAPSHOT
  • Required: No
  • User Property: beanstalker.verbose
  • Default: false