You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2017/12/05 09:59:34 UTC

[2/4] hive git commit: HIVE-18187: Add jamon generated-sources as source folder (Bertalan Kondrat via Zoltan Haindrich)

HIVE-18187: Add jamon generated-sources as source folder (Bertalan Kondrat via Zoltan Haindrich)

Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c6730411
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c6730411
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/c6730411

Branch: refs/heads/master
Commit: c673041127468e7a0e3a3442b5ee27f624542c5d
Parents: 8ac91e7
Author: Bertalan Kondrat <kb...@gmail.com>
Authored: Tue Dec 5 10:43:47 2017 +0100
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Tue Dec 5 10:43:47 2017 +0100

----------------------------------------------------------------------
 service/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/c6730411/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index 412bde5..6e5ce8e 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -319,6 +319,7 @@
             <configuration>
               <sources>
                 <source>${project.build.directory}/generated-sources/java</source>
+                <source>${project.build.directory}/generated-jamon</source>
               </sources>
             </configuration>
           </execution>