I saw this SOF post
I'm experiencing the same problem.
I'm using intelliJ as IDEA without Ant manifest to create the jar. How can I achieve the same using intelliJ ?
<jar destfile="build/xpath.jar" basedir="bin">
<restrict>
<not>
<or>
<name name="**/*.RSA"/>
<name name="**/*.SF"/>
<name name="**/*.DSA"/>
</or>
</not>
<archives>
<zips>
<fileset dir="lib" includes="**/*.jar"/>
</zips>
</archives>
</restrict>
</jar>