Antal Sinkovits created HIVE-20904:
--------------------------------------
Summary: Yetus fails to resolve module dependencies due to usage
of exec plugin in metastore-server
Key: HIVE-20904
URL: https://issues.apache.org/jira/browse/HIVE-20904
Project: Hive
Issue Type: Bug
Reporter: Antal Sinkovits
Assignee: Antal Sinkovits
metastore-server uses exec-maven-plugin to generate metastore-site.xml.template
with ConfTemplatePrinter.
It expects some arguments.
Because yetus also uses the exec-maven-plugin to determine the order of the
modules to be built, but with zero params, the execution fails.
https://github.com/apache/yetus/blob/6ebaa1119e611db14f219e289e33ab8ac5c254a7/precommit/src/main/shell/test-patch.d/maven.sh#L658
Steps to reproduce the issue:
mvn -q exec:exec -Dexec.executable=pwd -Dexec.args=''
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)