Using Maven 2, is there a way I can list out the jar dependencies as just the file names?
mvn dependency:build-classpath
can list the jar
Maven can build the classpath in your manifest automatically: http://maven.apache.org/guides/mini/guide-manifest.html
It's a configuration of the Maven archive plugin.