Author: omalley
Date: Tue Mar  8 05:58:16 2011
New Revision: 1079229

URL: http://svn.apache.org/viewvc?rev=1079229&view=rev
Log:
commit 79bd1653446f1e3821c922af810ba12c6cce4139
Author: Luke Lu <[email protected]>
Date:   Mon Dec 20 03:43:48 2010 -0800

    MAPREDUCE:2221 Factor si artifact out of mvn-install

Modified:
    hadoop/mapreduce/branches/yahoo-merge/build.xml

Modified: hadoop/mapreduce/branches/yahoo-merge/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/build.xml?rev=1079229&r1=1079228&r2=1079229&view=diff
==============================================================================
--- hadoop/mapreduce/branches/yahoo-merge/build.xml (original)
+++ hadoop/mapreduce/branches/yahoo-merge/build.xml Tue Mar  8 05:58:16 2011
@@ -1379,8 +1379,7 @@
      </artifact:install>
   </target>
 
-  <target name="mvn-install" 
depends="mvn-taskdef,examples,tools,jar-test,set-version,
-    -mvn-system-install">
+  <target name="mvn-install" 
depends="mvn-taskdef,examples,tools,jar-test,set-version">
      <artifact:pom file="${hadoop-mapred.pom}" id="hadoop.mapred"/>
      <artifact:pom file="${hadoop-mapred-test.pom}" id="hadoop.mapred.test"/>
      <artifact:pom file="${hadoop-mapred-examples.pom}" 
id="hadoop.mapred.examples"/>
@@ -1403,6 +1402,9 @@
      </artifact:install>
   </target>
 
+  <target name="mvn-si-install" depends="mvn-install,-mvn-system-install"
+          description="Install system integration test jars as well"/>
+
   <target name="mvn-deploy" depends="mvn-taskdef, examples, tools, jar-test, 
set-version,
     -mvn-system-deploy">
      <artifact:pom file="${hadoop-mapred.pom}" id="hadoop.mapred"/>


Reply via email to