Re: Is there a maven plugin for storing the dependency information in the jar?

2017-06-20 Thread Owen O'Malley
On Tue, Jun 20, 2017 at 11:36 AM, Jochen Wiedmann <jochen.wiedm...@gmail.com > wrote: > On Tue, Jun 20, 2017 at 7:01 PM, Owen O'Malley <owen.omal...@gmail.com> > wrote: > > >Is there already a plugin for storing the transitive dependency > > informat

Is there a maven plugin for storing the dependency information in the jar?

2017-06-20 Thread Owen O'Malley
Hi all, 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

Re: Is there a maven plugin for storing the dependency information in the jar?

2017-06-21 Thread Owen O'Malley
On Tue, Jun 20, 2017 at 1:49 PM, Jörg Schaible wrote: > > dependency:list has an outputFile configuration entry and if the goal is > called in the generate ressources phase and the file is written to > target/generated-ressources it will be picked up for the jar file.