Browse Source

HADOOP-5107. Use Maven ant tasks to publish the subproject jars.
Also clean cache on veryclean.
(Giridharan Kesavan via omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@831490 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 16 years ago
parent
commit
0a24ba5a9b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build.xml

+ 2 - 1
build.xml

@@ -1052,7 +1052,8 @@
     <delete file="${hadoop-hdfs-test.pom}"/>
   </target>
 
-  <target name="veryclean" depends="clean" description="veryclean.  Delete ant maven task and ivy jars">
+  <target name="veryclean" depends="clean-cache,clean" 
+          description="veryclean.  Delete ant maven task and ivy jars">
     <delete file="${ant_task.jar}"/>
     <delete file="${ivy.jar}"/>
   </target>