From 7797a66e8834d9437e9605f53fcae1a768255c62 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 15 Jul 2015 22:34:48 -0500 Subject: keep plugins in path after compileprovider run --- src/rebar_prv_compile.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl index 25d5193..d76fbda 100644 --- a/src/rebar_prv_compile.erl +++ b/src/rebar_prv_compile.erl @@ -63,7 +63,8 @@ do(State) -> rebar_hooks:run_all_hooks(Cwd, post, ?PROVIDER, Providers, State2), has_all_artifacts(State3), - rebar_utils:cleanup_code_path(rebar_state:code_paths(State3, default)), + rebar_utils:cleanup_code_path(rebar_state:code_paths(State3, default) + ++ rebar_state:code_paths(State, all_plugin_deps)), {ok, State3}. -- cgit v1.1