You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/04/07 21:20:50 UTC

ambari git commit: AMBARI-10383. Incorrect page for Slider view (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 4970f5543 -> 793e36148


AMBARI-10383. Incorrect page for Slider view (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 793e3614869faab3be80d98f1cecd4edbe83cffc
Parents: 4970f55
Author: Alex Antonenko <hi...@gmail.com>
Authored: Tue Apr 7 21:53:17 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Apr 7 22:20:31 2015 +0300

----------------------------------------------------------------------
 contrib/views/slider/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/793e3614/contrib/views/slider/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml
index 8c1e1b7..b7d85a4 100644
--- a/contrib/views/slider/pom.xml
+++ b/contrib/views/slider/pom.xml
@@ -153,7 +153,7 @@
             </goals>
             <configuration>
               <executable>${executable.rmdir}</executable>
-              <workingDirectory>${basedir}</workingDirectory>
+              <workingDirectory>${ui.directory}</workingDirectory>
               <commandlineArgs>${args.rm.clean} public node_modules</commandlineArgs>
               <successCodes>
                 <successCode>0</successCode>
@@ -170,7 +170,7 @@
             </goals>
             <configuration>
               <executable>${executable.mkdir}</executable>
-              <workingDirectory>${basedir}</workingDirectory>
+              <workingDirectory>${ui.directory}</workingDirectory>
               <commandlineArgs>${args.mkdir} public</commandlineArgs>
             </configuration>
           </execution>
@@ -188,7 +188,7 @@
           </execution>
           <execution>
             <id>slider-ui-compile-brunch</id>
-            <phase>compile</phase>
+            <phase>generate-resources</phase>
             <goals>
               <goal>exec</goal>
             </goals>