HADOOP-7019 Refactor build targets to enable faster cross project dev cycles. Contributed by Luke Lu.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1087896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Konstantin Boudnik 2011-04-01 21:00:46 +00:00
parent c77551be63
commit 33754052e3
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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