Full name:
de.hilling.maven.release:smart-release-plugin:4.1:next
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
bugfixRelease | boolean | 1.4.0 | Perform a bugfix release. When performing a bugfix release, the
last ("bugfix") number of the release version is incremented. The
previous releases are determined from the .release-info.json-File. Default value is: false. User property is: bugfixRelease. |
disableSshAgent | boolean | 1.4.0 | Disable use of the ssh agent. User property is: disableSshAgent. |
knownHosts | String | 1.4.0 | If set, this file will be used to specify the known_hosts. This
will override any default value. User property is: knownHosts. |
modulesToForceRelease | List | 1.4.0 | Modules to force release on, even if no changes has been detected. User property is: forceRelease. |
noChangesAction | NoChangesAction | 1.4.0 | Determines the action to take when no module changes are detected.
Possible values: ReleaseAll, ReleaseNone,
FailBuild Default value is: ReleaseAll. User property is: noChangesAction. |
passphrase | String | 1.4.0 | Specifies the passphrase to be used with the identityFile
specified. User property is: passphrase. |
privateKey | String | 1.4.0 | Specifies the private key to be used. User property is: privateKey. |
serverId | String | 1.4.0 | If set, the identityFile and passphrase will be read from the Maven
settings file. User property is: serverId. |