All,
My users are requesting that source jars be retrieved into their own
distinct folder. We already use the config as part of the retrieve
pattern, so I thought it would be as adding a 'sources' configuration in my
ivy.xml, then declaring the appropriate conf mapping:
<configurations defaultconfmapping="sources->sources">
But this failed, because so many dependencies have no 'sources'
configuration. Is there any way to define this opportunistically, so it
will work if the dependency has a 'sources' configuration, but not fail if
it doesn't?
Thanks,
Carlton
|