Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.6, 2.0.7
-
Fix Version/s: 2.0.9
-
Component/s: dependencies task
-
Labels:None
-
Environment:Linux JDK 1.5
-
Patch Submitted:Yes
-
Number of attachments :
Description
The ant task cannot download the javadocs files of dependencies.
Here a small patch to add this enhancement the same way of downloading sources.
Attachments
Issue Links
| This issue is related to: | ||||
| MANTTASKS-104 | files returned in sourcesFileset when no dependencies sources available |
|
|
|
I added
in sample.build.xml and the result didn't contain any javadocs but jars, poms, sha1, ...
I don't know where the problem is, but this patch doesn't work at all