Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1225 @vrozov addressed code review comments. Regarding embedded maven, I have considered this option but using native Java to generate jars is more convenient. First of all, for the tests we need different jars, with and without resource file, classes. Doing it in Java allows to store less config and template files. Also we do not depend from any build tool. Plus it much easier to debug and run test using IDE or maven. I suggest we leave the current approach.
---