RANGER-197: added all assembly back in the build process
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/765266e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/765266e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/765266e6 Branch: refs/heads/stack Commit: 765266e6529c79ba40f510339721e249c7230a8e Parents: da58bb0 Author: sneethiraj <[email protected]> Authored: Mon Jan 19 02:13:22 2015 -0500 Committer: sneethiraj <[email protected]> Committed: Mon Jan 19 02:13:22 2015 -0500 ---------------------------------------------------------------------- pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/765266e6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c2765d6..9e4e151 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,6 @@ <configuration> <descriptors> <descriptor>src/main/assembly/hdfs-agent.xml</descriptor> - <!-- <descriptor>src/main/assembly/hive-agent.xml</descriptor> <descriptor>src/main/assembly/hbase-agent.xml</descriptor> <descriptor>src/main/assembly/knox-agent.xml</descriptor> @@ -350,7 +349,6 @@ <descriptor>src/main/assembly/admin-web.xml</descriptor> <descriptor>src/main/assembly/usersync.xml</descriptor> <descriptor>src/main/assembly/ranger-src.xml</descriptor> - --> </descriptors> </configuration> </plugin>
