[ https://issues.apache.org/jira/browse/HIVE-20904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16691568#comment-16691568 ]
Adam Szita commented on HIVE-20904: ----------------------------------- Committed to master, thanks for fixing this [~asinkovits] > 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 > Priority: Major > Attachments: HIVE-20904.01.patch, HIVE-20904.02.patch > > > 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)