Apparently, the ueber goal of the minijar plugin already produces a jar that only includes the minimum set of classes from the dependencies. The issue then is how to avoid the relocation that the ueber goal seems to perform no matter what. Any idea about how to avoid tha relocation step ?
On Tue, Jul 29, 2008 at 12:41 PM, Valerio Schiavoni < [EMAIL PROTECTED]> wrote: > Hello everyone, > i would like to take advantage of both the shade plugin and the minijar > mojo (http://mojo.codehaus.org/minijar-maven-plugin/). > In particular, what I would like to do is: > - ask minijar to create the "minified" jars of my dependencies: this is > already possible, as minijar:minijars works like a charm > - use shade to "pack" all the minified jars and the jar of my module > togheter > > I don't know how to proceed. Any suggestion is more than welcome. > The project where I would like to adopt this solution can be freely checked > out by issuing the following: > > svn co > svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractal-bf/connectors/soap-cxffractal-bf-connectors-soap-cxf > > > Thanks , > Valerio > -- > http://www.linkedin.com/in/vschiavoni > http://jroller.com/vschiavoni > -- http://www.linkedin.com/in/vschiavoni http://jroller.com/vschiavoni
