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 2013/11/15 21:49:10 UTC

svn commit: r1542393 - /hive/trunk/pom.xml

Author: brock
Date: Fri Nov 15 20:49:09 2013
New Revision: 1542393

URL: http://svn.apache.org/r1542393
Log:
HIVE-5729 - Beeline displays version as ???? after mavenization (Navis via Brock Noland)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1542393&r1=1542392&r2=1542393&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Fri Nov 15 20:49:09 2013
@@ -262,6 +262,13 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>${maven.jar.plugin.version}</version>
+          <configuration>
+            <archive>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>