Explorar el Código

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 hace 16 años
padre
commit
0a24ba5a9b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>