To create a JAR file that can be run with a pointer to a library (similar to your old Ant build), you can use the maven-assembly-plugin to create an uber-jar or executable jar.

Here's an example...