Author: tomwhite
Date: Fri Nov 18 00:19:53 2011
New Revision: 1203437

URL: http://svn.apache.org/viewvc?rev=1203437&view=rev
Log:
HADOOP-7787. Make source tarball use conventional name. Contributed by Bruno 
Mahé

Modified:
    hadoop/common/trunk/pom.xml

Modified: hadoop/common/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/pom.xml?rev=1203437&r1=1203436&r2=1203437&view=diff
==============================================================================
--- hadoop/common/trunk/pom.xml (original)
+++ hadoop/common/trunk/pom.xml Fri Nov 18 00:19:53 2011
@@ -264,7 +264,7 @@
                 <configuration>
                   <appendAssemblyId>false</appendAssemblyId>
                   <attach>false</attach>
-                  <finalName>hadoop-dist-${project.version}-src</finalName>
+                  <finalName>hadoop-${project.version}-src</finalName>
                   <outputDirectory>hadoop-dist/target</outputDirectory>
                   <!-- Not using descriptorRef and hadoop-assembly dependency 
-->
                   <!-- to avoid making hadoop-main to depend on a module      
-->
@@ -288,7 +288,7 @@
                 <configuration>
                   <target>
                     <echo/>
-                    <echo>Hadoop source tar available at: 
${basedir}/hadoop-dist/target/hadoop-dist-${project.version}-src.tar.gz</echo>
+                    <echo>Hadoop source tar available at: 
${basedir}/hadoop-dist/target/hadoop-${project.version}-src.tar.gz</echo>
                     <echo/>
                   </target>
                 </configuration>


Reply via email to