Skipping build steps for dependencies in rebar
If you happen to want to clean, compile, run tests, etc in your project but not in your dependencies, try the skips_deps=true, like:
rebar clean compile eunit skip_deps=true
If you happen to want to clean, compile, run tests, etc in your project but not in your dependencies, try the skips_deps=true, like:
rebar clean compile eunit skip_deps=true