Skip to content

Commit

Permalink
HIVE-2700: Add 'ivy-clean-cache' and 'very-clean' Ant targets (Carl S…
Browse files Browse the repository at this point in the history
…teinbach via Ashutosh Chauhan)

git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1238935 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ashutoshc committed Feb 1, 2012
1 parent d156097 commit 837d17b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@
</fail>
</target>

<target name="ivy-clean-cache" depends="ivy-init-antlib"
description="Clean the Ivy cache">
<ivy:cleancache />
</target>

<target name="init" depends="ivy-init-antlib,deploy-ant-tasks">
<echo message="Project: ${ant.project.name}"/>
Expand Down Expand Up @@ -373,6 +377,9 @@
</delete>
</target>

<target name="very-clean" unless="offline" depends="ivy-clean-cache,clean"
description="Clean build artifacts and flush Ivy cache" />

<!-- ====================================================== -->
<!-- Generate some of the test data. -->
<!-- ====================================================== -->
Expand Down

0 comments on commit 837d17b

Please sign in to comment.