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

ambari git commit: AMBARI-11440. Fixed Files view build issue (Erik Bergenholtz via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk b16501803 -> 1d2aaa303


AMBARI-11440. Fixed Files view build issue (Erik Bergenholtz via rlevas)


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

Branch: refs/heads/trunk
Commit: 1d2aaa303add528e891c0eaf701e41ae6ca23af3
Parents: b165018
Author: Erik Bergenholtz <eb...@hortonworks.com>
Authored: Wed May 27 15:21:55 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Wed May 27 15:21:55 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/1d2aaa30/contrib/views/files/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index 1cac902..d0960a8 100644
--- a/contrib/views/files/pom.xml
+++ b/contrib/views/files/pom.xml
@@ -203,7 +203,7 @@
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <phase>generate-resources</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>