Author: daijy
Date: Wed Aug  5 23:32:23 2015
New Revision: 1694381

URL: http://svn.apache.org/r1694381
Log:
PIG-4650: ant mvn-deploy target is broken

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml

Modified: pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1694381&r1=1694380&r2=1694381&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Aug  5 23:32:23 2015
@@ -38,6 +38,8 @@ PIG-4639: Add better parser for Apache H
 
 BUG FIXES
 
+PIG-4650: ant mvn-deploy target is broken (daijy)
+
 PIG-4623: Fixed the 'new line' character inside double-quote causing the csv 
parsing failure (ken11223 via daijy)
 
 PIG-4649: [Pig on Tez] Union followed by HCatStorer misses some data (rohini)

Modified: pig/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1694381&r1=1694380&r2=1694381&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Aug  5 23:32:23 2015
@@ -1317,7 +1317,7 @@
     <target name="simpledeploy" unless="staging">
       <artifact:pom file="${pig.pom}" id="pig"/>
       <artifact:install-provider artifactId="wagon-http" 
version="${wagon-http.version}"/>
-      <artifact:deploy file="${output.jarfile.core-h1}">
+      <artifact:deploy file="${output.jarfile.core}">
               <remoteRepository id="${snapshots_repo_id}" 
url="${asfsnapshotrepo}"/>
               <pom refid="pig"/>
               <attach file="${output.jarfile.core-h2}" classifier="h2" />


Reply via email to