This is an automated email from the ASF dual-hosted git repository. vrozov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apex-core.git
commit d40033a9bf160cd484ad696b8c7d9d3c7fa96acb Author: Vlad Rozov <[email protected]> AuthorDate: Fri Dec 15 09:24:06 2017 -0800 APEXCORE-798 Exclude log4j.properties from engine-test.jar --- engine/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/pom.xml b/engine/pom.xml index 4294c8a..93e7d97 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -49,7 +49,7 @@ </execution> </executions> <configuration> - <excludes> + <excludes combine.children="append"> <!-- never include into jar (used in minicluster test) --> <exclude>**/yarn-site.xml</exclude> </excludes> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
