mix archive.build.elixir (MixTaskArchiveDeps v0.5.0) View Source
Builds each elixir project required by the project into archives according to the specification of the Erlang Archive Format.
This task goal is to create packages. which could be used from Erlang environment without Elixir installation.
The archives will be created in the "archives" subdirectory of
the project build directory by default, unless an argument -o
is
provided with the directory name.
The task will create archives for applications, referenced by the project
and it's dependencies, unless -a
flag is specified.
Command line options
-o|--destination
- specifies output directory name. Defaults to BUILD_DIR/archives-a|--all_applications
- specifies if all elixir applications should be archived. Defaults tofalse
--skip
- a space-separated list of dependencies to skip
Link to this section Summary
Functions
Callback implementation for Mix.Task.run/1
.