You can use Maven's assembly plugin to suck all the dependencies for your project into one jar, including CXF and all its dependencies, if that helps:
http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies I guess you could rebuild CXF from source this way if you just wanted CXF itself + dependencies. However! Be warned it does end up fairly big: http://www.nabble.com/Streamlining-dependencies-for-distribution-td19990610.html (No-one ever replied to that last one so I guess there's no easy way round it...) Andrew. 2008/10/28 Alexey Zavizionov <[EMAIL PROTECTED]>: > Hello, list! > > How ans where can I build CXF big bundled jar, which would include asm > classes? > > Regards, > Alexey >