Full name:
org.nuiton:helper-maven-plugin:2.3.2:share-server-secret
Description:
usernameOut passwordOut privateKeyOut passphraseOut
Attributes:
Name | Type | Since | Description |
---|---|---|---|
serverId | String | 1.1.0 | Server id to use for authentication (must be defined in your
setting and use the maven >= 2.1.0 password encryption
mecanism). User property is: helper.serverId. |
Name | Type | Since | Description |
---|---|---|---|
passphraseOut | String | 1.1.0 | The name of the property where to export the passphrase of the
server. Note: If not set - then no export of the passphrase
of the server. Note: If the passphrase is crypted (since
maven 2.1.0) then decrypt it. |
passwordOut | String | 1.1.0 | The name of the property where to export the password of the
server. Note: If not set - then no export of the password of
the server. Note: If the password is crypted (since maven
2.1.0) then decrypt it. |
privateKeyOut | String | 1.1.0 | The name of the property where to export the private key of the
server. Note: If not set - then no export of the private key
of the server. |
runOnce | boolean | 1.1.0 | A flag to execute only once the mojo. Note: By default,
value is true since it is not necessary to inject
twice secrets in session. Default value is: true. User property is: helper.runOnce. |
runOnlyOnRoot | boolean | 2.1 | A flag to restrict only to run on root module. Default value is: false. User property is: helper.runOnlyOnRoot. |
skipNullValues | boolean | 1.6 | A flag to skip null values. Default value is: false. User property is: helper.skipNullValues. |
skipShareServerSecret | boolean | 2.1 | A flag to skip the goal. Default value is: false. User property is: helper.skipShareServerSecret. |
usernameOut | String | 1.1.0 | The name of the property where to export the username of the
server. Note: If not set - then no export of the username of
the server. |
verbose | boolean | 1.1.0 | A flag to activate verbose mode. Default value is: ${maven.verbose}. User property is: helper.verbose. |