Repository: hive Updated Branches: refs/heads/master 8866d93b1 -> 6a01be889
HIVE-13490 : Change itests to be part of the main Hive build (Zoltan Haindrich via Siddharth Seth) Signed-off-by: Ashutosh Chauhan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6a01be88 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6a01be88 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6a01be88 Branch: refs/heads/master Commit: 6a01be889df24b07878cf99c03612d0a1ef66dba Parents: 8866d93 Author: Ashutosh Chauhan <[email protected]> Authored: Tue May 31 14:05:15 2016 -0700 Committer: Ashutosh Chauhan <[email protected]> Committed: Tue May 31 14:05:15 2016 -0700 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/6a01be88/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3176caf..63a5ae1 100644 --- a/pom.xml +++ b/pom.xml @@ -1271,5 +1271,11 @@ </skip.spark.files> </properties> </profile> + <profile> + <id>itests</id> + <modules> + <module>itests</module> + </modules> + </profile> </profiles> </project>
