You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/05/29 21:57:58 UTC

ambari git commit: AMBARI-11547. Bad relative path in the views pom resulting in build failure (smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 784675c76 -> 07a04c95e


AMBARI-11547. Bad relative path in the views pom resulting in build failure (smohanty)


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

Branch: refs/heads/trunk
Commit: 07a04c95e16d92a0ce27492c109bed00a3b5c0a2
Parents: 784675c
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Fri May 29 12:57:34 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Fri May 29 12:57:34 2015 -0700

----------------------------------------------------------------------
 contrib/views/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/07a04c95/contrib/views/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index 6ea2d0b..c4a1490 100644
--- a/contrib/views/pom.xml
+++ b/contrib/views/pom.xml
@@ -133,7 +133,7 @@
           <skip>true</skip>
           <attach>false</attach>
           <submodules>true</submodules>
-          <controlDir>${basedir}/../../ambari-project/src/main/package/deb/control</controlDir>
+          <controlDir>${ambari.dir}/ambari-project/src/main/package/deb/control</controlDir>
         </configuration>
       </plugin>
       <plugin>