Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.1
-
Component/s: dependencies task
-
Labels:None
-
Number of attachments :
Description
Change the variable 'result' defined locally in the doExecute() method of org.apache.maven.artifact.ant.DependenciesTask to be a class member, instead.
It should be accessible to subclasses (directly or via a getter method).
This will allow the creation of customized ant tasks extending DependenciesTask which can use 'results' for post-processing.
(sorry, I think this should rather go into the 'ant-tasks' component - but I don't seem to have the permission to move it)