This is an automated email from the ASF dual-hosted git repository.
kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 128d444 HIVE-22211: Change maven phase to generate test sources
(Zoltan Haindrich reviewed by Laszlo Bodor)
128d444 is described below
commit 128d444093bc5df928933620465c408c6ff62a3f
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Mon Sep 23 14:23:19 2019 +0200
HIVE-22211: Change maven phase to generate test sources (Zoltan Haindrich
reviewed by Laszlo Bodor)
Signed-off-by: Zoltan Haindrich <[email protected]>
---
ql/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ql/pom.xml b/ql/pom.xml
index 8fbe71d..4459113 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -1055,7 +1055,7 @@
</execution>
<execution>
<id>add-test-sources</id>
- <phase>generate-test-sources</phase>
+ <phase>generate-sources</phase>
<goals>
<goal>add-test-source</goal>
</goals>