I would like to use Maven to include all the dependencies needed to run any Scala programs that I write. I guess that would mean at least scala -library.jar, as well as any libraries that I can use.
I don't mind where these dependencies are stored (inside the generated JAR or externally), I'm just looking for a solution that sets up things like the path to the manifest class file and usually requires a minimal amount of manual intervention and a configuration template.
Thanks.
source share