> Actually since the version 2.0-RC2, Ivy is handling the > sources/javadoc declaration for maven pom.xml [1]. So you > should not have any worries in getting the sources/javadoc of > an artifact in a maven repository, even proxied.
Great, I did not know. > Or do you mean that in your case, the maven proxy is > generating the ivy.xml. No, I meant that we often have to create manually ivy.xml files because of wrong dependencies in pom.xml or lack of configuration/scopes for optional dependencies. So we should be fine. Thanks, Gael