You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2012/11/24 20:23:45 UTC

svn commit: r1413248 - /hive/branches/branch-0.10/ivy/ivysettings.xml

Author: hashutosh
Date: Sat Nov 24 19:23:45 2012
New Revision: 1413248

URL: http://svn.apache.org/viewvc?rev=1413248&view=rev
Log:
HIVE-3736 : hive unit test case build failure. (Ashish Singh via Ashutosh Chauhan)

Modified:
    hive/branches/branch-0.10/ivy/ivysettings.xml

Modified: hive/branches/branch-0.10/ivy/ivysettings.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.10/ivy/ivysettings.xml?rev=1413248&r1=1413247&r2=1413248&view=diff
==============================================================================
--- hive/branches/branch-0.10/ivy/ivysettings.xml (original)
+++ hive/branches/branch-0.10/ivy/ivysettings.xml Sat Nov 24 19:23:45 2012
@@ -48,16 +48,16 @@
              changingPattern="${ivy.changingPattern}"/>
 
     <url name="datanucleus-repo" m2compatible="true">
-      <artifact pattern="${datanucleus.repo}/[organisation]/[module]/[revision]/[module]-[revision].[ext]"/>
+      <artifact pattern="${datanucleus.repo}/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"/>
     </url>
 
     <url name="sourceforge" m2compatible="false" checksums="">
-      <artifact pattern="${sourceforge-repo}/[module]/files/[module]/[branch]/[module]-[revision].[ext]"/>
+      <artifact pattern="${sourceforge-repo}/[module]/files/[module]/[branch]/[module]-[revision](-[classifier]).[ext]"/>
     </url>
 
     <filesystem name="fs" m2compatible="true" alwaysCheckExactRevision="true">
-       <artifact pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].[ext]"/>
-       <ivy pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].pom"/>
+       <artifact pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"/>
+       <ivy pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom"/>
     </filesystem>
 
     <chain name="default" dual="true" returnFirst="true"