<div dir="ltr"><div><div><div><div><div><div>Dear Emmanuel,<br><br></div>Thank you for investigating - looking more closely, the problem I was seeing was<br>with what gets passed to DependenciesSolver:<br></div><br>${GEN_JAVADOC:+--generate-javadoc} ${RUN_TESTS:+--run-tests}<br><br></div>which I think means that DependenciesSolver will always get called with the<br>--generate-javadoc and --run-tests options if GEN_JAVADOC and RUN_TESTS<br></div>have any non-empty value, even "false". So whilst tests and the javadoc package<br></div>may be disabled, the dependencies for tests and generating docs are pulled in <br>anyway. This is what my patch addresses.<br><br></div>Christopher<br></div>