How to deploy a Scala project from Eclipse?
- by lach
I have a Scala project in Eclipse that I need to package up so I can deploy it to a server. It's based on Jetty but it runs as a standalone application. It contains Scala classes, Java classes and a number of 3rd party jars.
I assumed there would be some kind of deployment option in the Scala Eclipse plugin but I've drawn a blank.
What is the simplest way to package the Scala project into a runnable file so it can be deployed?
Any help greatly appreciated.
Cheers.