[erlang-questions] how to stop rebar3 from recursively compile some directories?

Leo Liu sdl.web@REDACTED
Tue Feb 19 10:45:32 CET 2019


Hi there,

I have a common test data directory that I would like to opt out of this
recursion. Based on https://github.com/erlang/rebar3/pull/1382 I have
tried

{profiles,
 [{test, [
       {extra_src_dirs, [{"test", [{recursive, false}]}]}
   ]}]}.

and

{extra_src_dirs, [{"test", [{recursive, false}]}]}.

neither worked. Any suggestions? Thanks. -- Leo




More information about the erlang-questions mailing list