My goal is to create a Web Service client that runs in a standalone jar with all the dependencies using mvn assembly:single
I generated the client using CXF codegen
You should try with the one jar plugin, it let's you create super jars that are clean and totaly self-contained
http://code.google.com/p/onejar-maven-plugin/