qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

generator-mojo: (improvement) optionally process transitive dependencies #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I need to generate AS3 sources for Java classes that are spread over
multiple transitive dependencies. With the current generator-mojo I would
have to explicitly list all dependencies.

The attached patch implements a useTransitiveDependencies parameter that,
if set to true, causes generator-mojo to consider not only the direct
dependencies of the current project but also the dependencies of the direct
dependencies. I think the change is backwards compatible with one
exception: in order to prevent too many irrelevant dependencies from
creeping in, the patch restricts dependencies to "compile" scope.

-- Hannes

Original issue reported on code.google.com by Hannes.S...@gmail.com on 6 Jul 2008 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed at revision 556

Original comment by velo...@gmail.com on 6 Jul 2008 at 8:03