Repository: incubator-ranger Updated Branches: refs/heads/master cc7277118 -> 2cf47b9fe
RANGER-1119: Exclude test jars from ranger-admin plugin folders as dependency Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/2cf47b9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/2cf47b9f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/2cf47b9f Branch: refs/heads/master Commit: 2cf47b9fe5228f8f46c63cf0fa370c0fbe5fbd2a Parents: cc72771 Author: rmani <[email protected]> Authored: Tue Jul 26 12:46:25 2016 -0700 Committer: rmani <[email protected]> Committed: Tue Jul 26 12:46:25 2016 -0700 ---------------------------------------------------------------------- src/main/assembly/admin-web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/2cf47b9f/src/main/assembly/admin-web.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml index 73c50bb..b06cdec 100644 --- a/src/main/assembly/admin-web.xml +++ b/src/main/assembly/admin-web.xml @@ -49,7 +49,7 @@ <moduleSet> <binaries> - <includeDependencies>true</includeDependencies> + <includeDependencies>false</includeDependencies> <outputDirectory>/ews/webapp/WEB-INF/classes/ranger-plugins/hdfs</outputDirectory> <unpack>false</unpack> <directoryMode>755</directoryMode>
