Full name:
br.com.ingenieux:beanstalk-maven-plugin:1.5.6:set-property
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<applicationName> | String | 1.1.0 | Beanstalk Application Name Default value is: ${project.artifactId}. User property is: beanstalk.applicationName. |
<envName> | String | 1.1.0 | System Property Name User property is: beanstalk.envName. |
<envValue> | String | 1.1.0 | System Property Value User property is: beanstalk.envValue. |
<session> | MavenSession | 1.1.0 | (no description) Default value is: ${session}. |
Name | Type | Since | Description |
---|---|---|---|
<configurableOptionSettings> | List | 1.1.0 |
Allows you to declare your own properties inside the plugin configuration, as long as it starts with "beanstalk.x." <pluginManagement> <plugins> <plugin> <groupId>br.com.ingenieux</groupId> <artifactId>beanstalk-maven-plugin</artifactId> <inherited>true</inherited> <version>XXX</version> <configuration> <tags> <Uses>ingenieux Beanstalker, http://beanstalker.ingenieux.com.br/</Uses> </tags> <configurableOptionSettings> <configurableOptionSetting> <alias>beanstalkx.serviceRole</alias> <namespace>aws:elasticbeanstalk:environment</namespace> <optionName>ServiceRole</optionName> </configurableOptionSetting> </configurableOptionSettings> </configuration> </plugin> </plugins> </pluginManagement> This basically exposes the beanstalkx.serviceRole property as the mentioned Configuration Option Setting |
<credentialId> | String | 1.1.0 | The credential id (on ~/.aws/credentials file) to use) Default value is: default. User property is: beanstalker.credentialId. |
<endpointUrl> | String | 1.1.0 | Endpoint URL User property is: beanstalk.endpointUrl. |
<environmentRef> | String | 1.1.0 | Environment Ref Default value is: ${project.artifactId}.elasticbeanstalk.com. User property is: beanstalk.environmentRef. |
<ignoreExceptions> | boolean | 1.1.0 | Ignore Exceptions? Default value is: false. User property is: beanstalker.ignoreExceptions. |
<regionName> | String | 1.1.0 |
Service region e.g. "us-east-1" See this list for reference. User property is: beanstalker.region. |
<serverId> | String | 1.1.0 | 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 | 1.1.0 | Verbose Logging? Default value is: false. User property is: beanstalker.verbose. |
Allows you to declare your own properties inside the plugin configuration, as long as it starts with "beanstalk.x."
<pluginManagement> <plugins> <plugin> <groupId>br.com.ingenieux</groupId> <artifactId>beanstalk-maven-plugin</artifactId> <inherited>true</inherited> <version>XXX</version> <configuration> <tags> <Uses>ingenieux Beanstalker, http://beanstalker.ingenieux.com.br/</Uses> </tags> <configurableOptionSettings> <configurableOptionSetting> <alias>beanstalkx.serviceRole</alias> <namespace>aws:elasticbeanstalk:environment</namespace> <optionName>ServiceRole</optionName> </configurableOptionSetting> </configurableOptionSettings> </configuration> </plugin> </plugins> </pluginManagement>
This basically exposes the beanstalkx.serviceRole property as the mentioned Configuration Option Setting
Service region e.g. "us-east-1"
See this list for reference.