This page describes the shell script atlas-package
, part of the Atlassian Plugin SDK.
atlas-package[options]
- Packages the plugin artifacts and produces the JAR. (Runs mvn package
.) 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-package -? atlas-package -help
Run the following command to see all options provided by mvn package
:
1 2atlas-mvn package --help
Run the following command to produce your JAR:
1 2atlas-package
Run the following command to produce your JAR without failing the build, even if there are errors
1 2atlas-package --fail-never
Rate this page: