I have an eclipse Luna project with a bunch of maven dependencies defined in a pom.xml
Everything works fine in eclipse. But now I need to include all of those dependencies in an exportable jar file (so that I can ship them to workers in Apache Spark).
I keep fiddling with the export settings, but I don't see any way to export them into the jar file.
I find some answers explaining how to configure maven to package its dependencies. Is that my only option, or is there some way to do this in eclipse?