On Tue, Jun 20, 2017 at 7:01 PM, Owen O'Malley <[email protected]> wrote:
> Is there already a plugin for storing the transitive dependency > information in the jar's META-INF as part of the build? I'd like to build a > dynamic class loader that would be similar to shared libraries on > Linux/Unix, but part of that is that I need the dependency information > stored in the jar. I'd hope, that dependency:list could help you here. A little bit of parsing might be required to read the output, but it worked for me in the past. Jochen -- The next time you hear: "Don't reinvent the wheel!" http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
