mix archive.build.deps (MixTaskArchiveDeps v0.5.0) View Source

Builds each dependency into archives according to the specification of the Erlang Archive Format.

Archives are prebuild packages, which can be used by both Erlang and Elixir without Mix or other dependency management tools.

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.

Command line options

  • -o - specifies output directory name. Defaults to BUILD_DIR/archives

  • --skip - a space-separated list of dependencies to skip

Link to this section Summary

Link to this section Functions

Specs

run(OptionParser.argv()) :: :ok

Callback implementation for Mix.Task.run/1.