Repository: ambari Updated Branches: refs/heads/trunk c91f07ea8 -> a4af94292
AMBARI-16173. Ambari trunk build fails on Tez view project. (Jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a4af9429 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a4af9429 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a4af9429 Branch: refs/heads/trunk Commit: a4af9429235eb67fb847adf1cf2abb6903fe930d Parents: c91f07e Author: Jaimin Jetly <[email protected]> Authored: Thu Apr 28 16:07:00 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Apr 28 16:07:17 2016 -0700 ---------------------------------------------------------------------- contrib/views/tez/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a4af9429/contrib/views/tez/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/tez/pom.xml b/contrib/views/tez/pom.xml index a40d6c8..0534f79 100644 --- a/contrib/views/tez/pom.xml +++ b/contrib/views/tez/pom.xml @@ -123,7 +123,7 @@ </execution> </executions> <configuration> - <file>target/classes/index.html</file> + <file>${project.build.directory}/classes/index.html</file> <replacements> <replacement> <token></body></token>
