Ivy: Why is there ivyauthor and repository?

Stefan Bodewig <[email protected]> Sun, 02 Aug 2026 21:54:54 +0200
Newsgroups gmane.comp.jakarta.ant.devel
Message-ID <[email protected]>
Dear people with Ivy knowledge

in ivy.xml files the is an <info> node with a childe <ivvyauthor> which
would make a great CycloneDX supplier and a node <repository> that could
be used for a "distribution" external references. Both have
corresponding entries in Maven POMs (organisation and
distributionManagement).

To me it looks as if either field is completly ignored by Ivy itself,
the only references I've found in XmlModuleDescriptorParser contains
"nothing to do, we don't store this" comments.

So why do these things exist at all? Is this an unfinished idea or
something similar?

Stefan