This page describes the shell script atlas-release-rollback
, part of the Atlassian Plugin SDK.
atlas-release-rollback [options]
- Rolls back a release of the current plugin. (Runs mvn release:rollback
.) Passes all parameters straight through to Maven.
This shell script is a Maven wrapper script. All parameters are passed straight through to Maven.
The shell script will display some help text if you enter one of the following as the first argument:
For example:
1 2atlas-release-rollback -? atlas-release-rollback -help
Run the following command to see all options provided by mvn release
:
1 2atlas-mvn release --help
Run the following command to roll back a previous release of your plugin:
1 2atlas-release-rollback
Run the following command to roll back a previous release of your plugin without failing the build, even if there are errors
1 2atlas-release-rollback --fail-never
Rate this page: