You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2014/11/06 18:40:38 UTC

svn commit: r1637170 - /hive/trunk/common/pom.xml

Author: brock
Date: Thu Nov  6 17:40:38 2014
New Revision: 1637170

URL: http://svn.apache.org/r1637170
Log:
HIVE-8698 - default log4j.properties not included in jar files anymore (Thejas via Brock)

Modified:
    hive/trunk/common/pom.xml

Modified: hive/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/common/pom.xml?rev=1637170&r1=1637169&r2=1637170&view=diff
==============================================================================
--- hive/trunk/common/pom.xml (original)
+++ hive/trunk/common/pom.xml Thu Nov  6 17:40:38 2014
@@ -118,14 +118,6 @@
     <profile>
       <id>dist</id>
       <build>
-        <resources>
-          <resource>
-            <directory>../conf/</directory>
-            <includes>
-              <include>hive-default.xml.template</include>
-            </includes>
-          </resource>
-        </resources>
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>