> which modules should I include to have the transformer classes used by :
cxf-buildtools Add that as a dependency to the shade plugin. Dan On Mon August 31 2009 9:58:12 am Valerio Schiavoni wrote: > Hello Dan, > > On Mon, Aug 31, 2009 at 3:13 PM, Daniel Kulp<[email protected]> wrote: > > Yea. Take a look at how we use the shade plugin: > > > > http://svn.apache.org/repos/asf/cxf/trunk/distribution/bundle/all/pom.xml > > which modules should I include to have the transformer classes used by : > > <transformer implementation="org.apache.cxf.maven.PluginTransformer"> > > <resource>META-INF/tools-plugin.xml</resource> > </transformer> > <transformer implementation="org.apache.cxf.maven.CXFAllTransformer" /> > > > Thanks, > valerio > > > Alternatively, just depend on cxf-bundle instead of the individual > > modules. > > I'd like first this first solution, as CXF is being imported > transitively (as a runtime dependency itself), and the importd jars > have already been carefully selected to reduce the disk footprint of > the jar. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
