Repository: ambari Updated Branches: refs/heads/trunk 27a376734 -> 70a59ef09
AMBARI-11490. Files View: Copy dependencies during generate-resources phase (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/70a59ef0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70a59ef0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70a59ef0 Branch: refs/heads/trunk Commit: 70a59ef0904dc2229381be5fb9809243e7bc6b47 Parents: 27a3767 Author: Erik Bergenholtz <[email protected]> Authored: Thu May 28 13:00:49 2015 -0400 Committer: Robert Levas <[email protected]> Committed: Thu May 28 13:00:57 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/70a59ef0/contrib/views/files/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml index d0960a8..1cac902 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>prepare-package</phase> + <phase>generate-resources</phase> <goals> <goal>copy-dependencies</goal> </goals>
