Details
-
Wish
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
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.