Skip to content

Configuring the Plugin

hyperthunk edited this page Apr 30, 2011 · 6 revisions

Plugin Configuration Files

The plugin can be configured directly in your project’s rebar.config file, or in a config file named dist.config if you prefer to keep the dist options separately. When using an external config file, you must specify either a relative, or an absolute path to the file, allowing you to share common assembly definitions between projects if you wish. The external configuration is included by adding the following lines to your rebar.config file:

{dist, [{config, "dist.config"}]}.
Clone this wiki locally