You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2015/01/19 08:13:36 UTC

incubator-ranger git commit: RANGER-197: added all assembly back in the build process

Repository: incubator-ranger
Updated Branches:
  refs/heads/master da58bb09b -> 765266e65


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/master
Commit: 765266e6529c79ba40f510339721e249c7230a8e
Parents: da58bb0
Author: sneethiraj <sn...@apache.org>
Authored: Mon Jan 19 02:13:22 2015 -0500
Committer: sneethiraj <sn...@apache.org>
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>