This is an automated email from the ASF dual-hosted git repository.

markus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/master by this push:
     new d806aa450 NUTCH-2977
d806aa450 is described below

commit d806aa4507c59dcd680eac6f116df1eab22d996a
Author: Markus Jelsma <mar...@apache.org>
AuthorDate: Wed Dec 7 18:08:53 2022 +0100

    NUTCH-2977
---
 build.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.xml b/build.xml
index d7377ab25..004a12191 100644
--- a/build.xml
+++ b/build.xml
@@ -86,6 +86,10 @@
     <javac includeantruntime="false" />
   </presetdef>
 
+  <target name="dependencytree" depends="resolve-default" description="Show 
dependency tree">
+    <ivy:dependencytree />
+  </target>
+
   <!-- ====================================================== -->
   <!-- Stuff needed by all targets                            -->
   <!-- ====================================================== -->

Reply via email to