Silly question: How do I generate a jar file from a scala module in IDEA?
Hello guys,
I have a project that works fine, but I cannot seem to find a way to pack it in a jar file from within the IDE. I ported it from Netbeans where the jar file is built without problems.
I am probably missing something obvious but I do not seem to find it.
Any idea?
Thanks in advance,
GA
Please sign in to leave a comment.
Module Settings -> Artifacts
Regards Christopher
Thanks I've found it and it works.