Github user phunt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/394#discussion_r143342086
--- Diff: build.xml ---
@@ -439,6 +439,11 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<ivy:cachepath pathid="owasp-classpath" conf="owasp"/>
</target>
+ <target name="report" depends="init,ivy-init">
--- End diff --
Why is the target called "report" when it's the "dependency-report"?
Wouldn't that make more sense? Or "ivy-dependency-report"? (like that one
better tbh)
---