You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by co...@apache.org on 2011/04/01 23:00:46 UTC

svn commit: r1087896 - in /hadoop/common/trunk: CHANGES.txt build.xml

Author: cos
Date: Fri Apr  1 21:00:46 2011
New Revision: 1087896

URL: http://svn.apache.org/viewvc?rev=1087896&view=rev
Log:
HADOOP-7019 Refactor build targets to enable faster cross project dev cycles. Contributed by Luke Lu.

Modified:
    hadoop/common/trunk/CHANGES.txt
    hadoop/common/trunk/build.xml

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1087896&r1=1087895&r2=1087896&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Fri Apr  1 21:00:46 2011
@@ -127,6 +127,9 @@ Trunk (unreleased changes)
     HADOOP-7215. RPC clients must use network interface corresponding to 
     the host in the client's kerberos principal key. (suresh)
 
+    HADOOP-7019. Refactor build targets to enable faster cross project dev
+    cycles. (Luke Lu via cos)
+
 Release 0.22.0 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/common/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/build.xml?rev=1087896&r1=1087895&r2=1087896&view=diff
==============================================================================
--- hadoop/common/trunk/build.xml (original)
+++ hadoop/common/trunk/build.xml Fri Apr  1 21:00:46 2011
@@ -1288,8 +1288,8 @@
          classpathref="mvn-ant-task.classpath"/>
   </target>   
 
-  <target name="mvn-install" depends="mvn-taskdef,jar,jar-test,set-version,-mvn-system-install"
-     description="To install hadoop common and test jars to local filesystem's m2 cache">
+  <target name="mvn-install" depends="mvn-taskdef,jar,jar-test,set-version"
+    description="Install hadoop common and test jars to local fs m2 repo">
      <artifact:pom file="${hadoop-common.pom}" id="hadoop.core"/>
      <artifact:pom file="${hadoop-common-test.pom}" id="hadoop.core.test"/>
      <artifact:install file="${hadoop-common.jar}">
@@ -1302,7 +1302,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, jar, jar-test,
      jar-system, set-version, signanddeploy, simpledeploy"
      description="To deploy hadoop common and test jar's to apache