With maven-assembly-plugin it's possible to package a project into a single jar w all the dependencies.
maven-assembly-plugin
I have not used it by myself, but one-jar seems to do what you need. It also has an ant task and offers an ant example.