Hi Dan, I suggest you simply run this command:
mvn dependency:copy-dependencies it will copy all dependencies of your project into ./target/dependencies (or something similar, I don't exactly remember). Then, after running "mvn package", just start your program by using the wildcard to list all jars previously copied by maven to the dependencies folder. Something such as: java -cp target/youJar.jar:./target/dependencies/*:. yourPackage.YourClass -- View this message in context: http://maven.40175.n5.nabble.com/What-does-my-application-actually-require-tp5828705p5828855.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org