Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.beta1
-
None
Description
In 2.0.0.beta1 version, the source and javadoc attachment does not work as well as before: only artifacts got when resolving dependencies are used to find source and javadoc attachments, while before IvyDE was looking for other artifacts declared by the module or even undeclared. Looking for undeclared artifacts shouldn't be necessary anymore since now Ivy detects source and javadoc artifacts on maven modules at parsing time, but requiring to actually resolve source and javadoc artifacts as part of the resolve process is cumbersome.