I have created an artifact of type .jar in Intellij IDEA. It works properly, but I have to sign it afterwards manually. Batch file maybe a way, but I want to know if Intellij IDEA can do it by itself.
问问题
3003 次
1 回答
2
You can add an ant task as post-process step in the artifact dialog. You then can use SignJar http://ant.apache.org/manual/Tasks/signjar.html.
于 2013-10-07T07:02:09.847 回答