If I invoke "Build Jars" on a project with a single module, I need to do two things to make sure my jar is built:
- check my module in "Choose Modules to Jar"
- set the packaging method for my module to "Copy module output..."
Neither of these should be necessary. Of course I do want my module to be packaged, or why would I use the feature at all?