View Source mix archive.build.deps (MixTaskArchiveDeps v1.0.0)

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

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

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

Callback implementation for Mix.Task.run/1.