Intellij include src files in jar file
did you try this
http://blogs.jetbrains.com/idea/tag/artifacts/
basically you
- right click on the project
- select Open Module Settings
add a build artefact of type jar. You should see something like
Now in the build menu option you can build the jar.
I figured it out...
Click the '+' button in the 'output layout' tab -> include directory contents -> select your src directory. That did it